public class SessionTimeoutException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static String |
TIMEOUT_MESSAGE
Standard timeout response
|
| Constructor and Description |
|---|
SessionTimeoutException()
Thrown to indicate a DOM processing issue
|
SessionTimeoutException(String text)
Thrown to indicate that the user's session has timed out
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String TIMEOUT_MESSAGE
public SessionTimeoutException(String text)
text - Explainatory textpublic SessionTimeoutException()
Copyright © 2003–2020 Sakai Project. All rights reserved.