public class StaleSessionException extends org.apache.hivemind.ApplicationRuntimeException
IEngineService
when it discovers that
the HttpSession
has timed out (and been replaced by a new, empty
one).
The application should redirect to the stale-session page.
Constructor and Description |
---|
StaleSessionException() |
StaleSessionException(java.lang.String message,
IPage page) |
Modifier and Type | Method and Description |
---|---|
IPage |
getPage()
Returns the page referenced by the service URL, if known, or null otherwise.
|
java.lang.String |
getPageName() |
getCause, getComponent, getLocation, getRootCause, toString
public StaleSessionException()
public StaleSessionException(java.lang.String message, IPage page)
public java.lang.String getPageName()