Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

oracle.adf.controller
Class RemoteTaskFlowException

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.RemoteTaskFlowException
All Implemented Interfaces:
java.io.Serializable

public class RemoteTaskFlowException
extends ControllerException

This exception type is used to wrap checked exceptions (i.e. not a RuntimeException) returned from a remote task flow runnign in a producer application.

See Also:
Serialized Form

Constructor Summary
RemoteTaskFlowException(java.lang.Throwable cause)
           
 
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

RemoteTaskFlowException

public RemoteTaskFlowException(java.lang.Throwable cause)

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

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