org.apache.tapestry
Class StaleSessionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.apache.tapestry.ApplicationRuntimeException
|
+--org.apache.tapestry.StaleSessionException
- All Implemented Interfaces:
- ILocatable, Serializable
- public class StaleSessionException
- extends 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.
- Version:
- $Id: StaleSessionException.java,v 1.6 2004/02/19 17:37:36 hlship Exp $
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
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.