Package org.marketcetera.util.ws.tags
Class SessionExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.marketcetera.util.except.I18NException
-
- org.marketcetera.util.ws.tags.SessionExpiredException
-
- All Implemented Interfaces:
Serializable,I18NThrowable
public class SessionExpiredException extends I18NException
Indicates that a session has expired.- Since:
- $Release$
- Version:
- $Id: SessionExpiredException.java 17411 2017-04-28 14:50:38Z colin $
- Author:
- Colin DuPlantis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description SessionExpiredException()Create a new SessionExpiredException instance.SessionExpiredException(Throwable inCause)Create a new SessionExpiredException instance.SessionExpiredException(Throwable inCause, I18NBoundMessage inMessage)Create a new SessionExpiredException instance.SessionExpiredException(I18NBoundMessage inMessage)Create a new SessionExpiredException instance.
-
Method Summary
-
Methods inherited from class org.marketcetera.util.except.I18NException
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, getMessage, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.marketcetera.util.except.I18NThrowable
getCause
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SessionExpiredException
public SessionExpiredException()
Create a new SessionExpiredException instance.
-
SessionExpiredException
public SessionExpiredException(Throwable inCause)
Create a new SessionExpiredException instance.- Parameters:
inCause- aThrowablevalue
-
SessionExpiredException
public SessionExpiredException(I18NBoundMessage inMessage)
Create a new SessionExpiredException instance.- Parameters:
inMessage- anI18NBoundMessagevalue
-
SessionExpiredException
public SessionExpiredException(Throwable inCause, I18NBoundMessage inMessage)
Create a new SessionExpiredException instance.- Parameters:
inCause- aThrowablevalueinMessage- anI18NBoundMessagevalue
-
-