| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.beehive.netui.pageflow.PageFlowManagedObjectException org.apache.beehive.netui.pageflow.PageFlowException
All known Subclasses: org.apache.beehive.netui.pageflow.MissingActionOutputException, org.apache.beehive.netui.pageflow.internal.ReturnToException, org.apache.beehive.netui.pageflow.MismatchedActionOutputException, org.apache.beehive.netui.pageflow.NoMatchingActionMethodException, org.apache.beehive.netui.pageflow.NotLoggedInException, org.apache.beehive.netui.pageflow.IllegalActionOutputException, org.apache.beehive.netui.pageflow.InfiniteReturnToActionException, org.apache.beehive.netui.pageflow.UnfulfilledRolesException, org.apache.beehive.netui.pageflow.DoubleSubmitException, org.apache.beehive.netui.pageflow.SessionExpiredException, org.apache.beehive.netui.pageflow.IllegalOutputFormException, org.apache.beehive.netui.pageflow.ActionNotFoundException, org.apache.beehive.netui.pageflow.UnresolvableForwardException, org.apache.beehive.netui.pageflow.EmptyNestingStackException,
causeMayBeSessionExpiration | abstract public boolean causeMayBeSessionExpiration()(Code) | | Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID; if true , then a
SessionExpiredException will be thrown instead of
this one in these situations.
|
getActionName | public String getActionName()(Code) | | Get the name of the action associated with this exception.
a String that is the name of the action associated with this exception. |
getFlowControllerURI | public String getFlowControllerURI()(Code) | | Get the name of the related FlowController.
the class name of the FlowController associated with this exception. |
|
|