public class PageRedirectException extends org.apache.hivemind.ApplicationRuntimeException
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.Constructor and Description |
---|
PageRedirectException(IPage page) |
PageRedirectException(java.lang.String targetPageName) |
PageRedirectException(java.lang.String message,
java.lang.Object component,
java.lang.Throwable rootCause,
java.lang.String targetPageName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTargetPageName() |
getCause, getComponent, getLocation, getRootCause, toString
public PageRedirectException(java.lang.String targetPageName)
public PageRedirectException(IPage page)
public PageRedirectException(java.lang.String message, java.lang.Object component, java.lang.Throwable rootCause, java.lang.String targetPageName)
public java.lang.String getTargetPageName()