org.apache.beehive.netui.pageflow
Class InfiniteReturnToActionException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
InfiniteReturnToActionException
- All Implemented Interfaces:
- Serializable
public class InfiniteReturnToActionException
- extends PageFlowException
Exception that occurs when the
navigateTo=previousAction
attribute is used on a @Jpf.Forward
, a
@Jpf.SimpleAction
, or a
@Jpf.ConditionalForward
,
but the previous action was the same as the current action (an infinite loop).
- See Also:
- Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InfiniteReturnToActionException
public InfiniteReturnToActionException(String actionName,
FlowController fc)
getMessageArgs
protected Object[] getMessageArgs()
- Specified by:
getMessageArgs
in class PageFlowManagedObjectException
getMessageParts
protected String[] getMessageParts()
- Specified by:
getMessageParts
in class PageFlowManagedObjectException
causeMayBeSessionExpiration
public boolean causeMayBeSessionExpiration()
- Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID. In this case, the answer is
false
.
- Specified by:
causeMayBeSessionExpiration
in class PageFlowException