com.primix.tapestry
Class PageRedirectException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.primix.tapestry.RequestCycleException
|
+--com.primix.tapestry.PageRedirectException
- All Implemented Interfaces:
- java.io.Serializable
- public class PageRedirectException
- extends RequestCycleException
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.
- Version:
- $Id: PageRedirectException.java,v 1.6 2001/05/02 14:15:15 hship Exp $
- Author:
- Howard Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PageRedirectException
public PageRedirectException(java.lang.String targetPageName)
PageRedirectException
public PageRedirectException(IPage page)
PageRedirectException
public PageRedirectException(java.lang.String message,
IComponent component,
java.lang.String targetPageName)
PageRedirectException
public PageRedirectException(java.lang.String message,
IComponent component,
java.lang.Throwable rootCause,
java.lang.String targetPageName)
PageRedirectException
public PageRedirectException(java.lang.String message,
java.lang.String targetPageName)
getTargetPageName
public java.lang.String getTargetPageName()