InfiniteReturnToActionException Class

com.bea.wlw.netui.pageflow
InfiniteReturnToActionException Class

public class InfiniteReturnToActionException

    extends PageFlowException

Exception that occurs when the user invokes an action that is qualified with a @jpf:forward return-to="previousAction" annotation, but the previous action was the same as the current action (an infinite loop).


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          InfiniteReturnToActionException
All Implemented Interfaces

Serializable

Constructor Summary

InfiniteReturnToActionException(String actionName, FlowController fc)

 

Method Summary

protected Object[]
getMessageArgs()
protected String[]
getMessageParts()
 
Methods from  com.bea.wlw.netui.pageflow.PageFlowException
getActionName, getFlowController, getFlowControllerURI, getLocalizedMessage, getMessage, printError, sendError
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

InfiniteReturnToActionException

public InfiniteReturnToActionException(String actionName, 
                                       FlowController fc)
 

Method Detail

getMessageArgs() Method

protected Object[] getMessageArgs()
Overrides
PageFlowException.getMessageArgs()

getMessageParts() Method

protected String[] getMessageParts()
Overrides
PageFlowException.getMessageParts()