Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

oracle.adf.controller
Class InvalidTaskFlowReentryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.adf.controller.ControllerException
                  extended by oracle.adf.controller.InvalidTaskFlowReentryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTaskFlowReentryException
extends ControllerException

This exception indicates that task flow reentry was attempted (e.g. via browser back button) into a task flow that does not allow reentry.

See Also:
Serialized Form

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

InvalidTaskFlowReentryException

public InvalidTaskFlowReentryException()
Constructor.


InvalidTaskFlowReentryException

public InvalidTaskFlowReentryException(ExceptionKey key)
Constructor.

Parameters:
key - Key to the resource bundle message

InvalidTaskFlowReentryException

public InvalidTaskFlowReentryException(ExceptionKey key,
                                       java.lang.Throwable cause)
Constructor.

Parameters:
key - Key to the resource bundle message
cause - root cause

InvalidTaskFlowReentryException

public InvalidTaskFlowReentryException(ExceptionKey key,
                                       java.lang.Throwable cause,
                                       java.lang.Object... args)
Constructor.

Parameters:
key - Key to the resource bundle message
cause - root cause
args - message arguments.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

Copyright © 1997, 2011, Oracle. All rights reserved.