org.apache.tapestry
Class StaleSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
org.apache.tapestry.StaleSessionException
- All Implemented Interfaces:
- Serializable, org.apache.hivemind.Locatable
public class StaleSessionException
- extends org.apache.hivemind.ApplicationRuntimeException
Exception thrown by an 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.
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
getCause, getComponent, getLocation, getRootCause, toString |
StaleSessionException
public StaleSessionException()
StaleSessionException
public StaleSessionException(String message,
IPage page)
getPageName
public String getPageName()
getPage
public IPage getPage()
- Returns the page referenced by the service URL, if known, or null
otherwise.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.