Package edu.indiana.lib.twinpeaks.util
Class SessionTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.indiana.lib.twinpeaks.util.SessionTimeoutException
-
- All Implemented Interfaces:
Serializable
public class SessionTimeoutException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTIMEOUT_MESSAGEStandard timeout response
-
Constructor Summary
Constructors Constructor Description SessionTimeoutException()Thrown to indicate a DOM processing issueSessionTimeoutException(String text)Thrown to indicate that the user's session has timed out
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
TIMEOUT_MESSAGE
public static final String TIMEOUT_MESSAGE
Standard timeout response- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SessionTimeoutException
public SessionTimeoutException(String text)
Thrown to indicate that the user's session has timed out- Parameters:
text- Explainatory text
-
SessionTimeoutException
public SessionTimeoutException()
Thrown to indicate a DOM processing issue
-
-