| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.2.0) E17480-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               oracle.adf.controller.ControllerException
oracle.adf.controller.ControllerException
                   oracle.adf.controller.InvalidTaskFlowReentryException
oracle.adf.controller.InvalidTaskFlowReentryException
public class InvalidTaskFlowReentryException
This exception indicates that task flow reentry was attempted (e.g. via browser back button) into a task flow that does not allow reentry.
| Constructor Summary | |
|---|---|
| InvalidTaskFlowReentryException()Constructor. | |
| InvalidTaskFlowReentryException(ExceptionKey key)Constructor. | |
| InvalidTaskFlowReentryException(ExceptionKey key, java.lang.Throwable cause)Constructor. | |
| InvalidTaskFlowReentryException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)Constructor. | |
| Method Summary | 
|---|
| Methods inherited from class oracle.adf.controller.ControllerException | 
|---|
| getCause, getErrorId, getErrorNumber, getLocalizedMessage, getMessage, init | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public InvalidTaskFlowReentryException()
public InvalidTaskFlowReentryException(ExceptionKey key)
key - Key to the resource bundle message
public InvalidTaskFlowReentryException(ExceptionKey key,
                                       java.lang.Throwable cause)
key - Key to the resource bundle messagecause - root cause
public InvalidTaskFlowReentryException(ExceptionKey key,
                                       java.lang.Throwable cause,
                                       java.lang.Object... args)
key - Key to the resource bundle messagecause - root causeargs - message arguments.| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.2.0) E17480-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||