org.apache.tapestry
Class PageRedirectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
org.apache.tapestry.PageRedirectException
- All Implemented Interfaces:
- Serializable, org.apache.hivemind.Locatable
public class PageRedirectException
- extends org.apache.hivemind.ApplicationRuntimeException
Exception thrown by a component
or IEngineService
that wishes to force the application to a particular page. This is often used
to protect a sensitive page until the user is authenticated.
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
getCause, getComponent, getLocation, getRootCause, toString |
PageRedirectException
public PageRedirectException(String targetPageName)
PageRedirectException
public PageRedirectException(IPage page)
PageRedirectException
public PageRedirectException(String message,
Object component,
Throwable rootCause,
String targetPageName)
getTargetPageName
public String getTargetPageName()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.