oracle.apps.fnd.wf.engine
Class UserFaultException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.apps.fnd.wf.common.WorkflowException
                    |
                    +--oracle.apps.fnd.wf.engine.WorkflowEngineException
                          |
                          +--oracle.apps.fnd.wf.engine.ExecutionException
                                |
                                +--oracle.apps.fnd.wf.engine.UserFaultException
All Implemented Interfaces:
java.io.Serializable

public class UserFaultException
extends ExecutionException

Exception raised by user through throw activity

See Also:
Serialized Form

Fields inherited from class oracle.apps.fnd.wf.engine.ExecutionException
RCS_ID, RCS_ID_RECORDED
 
Constructor Summary
UserFaultException(java.lang.Object pSource, Fault pFault)
          Creates a new UserFaultException object.
UserFaultException(java.lang.Object pSource, java.lang.String pMessage)
          Creates a new UserFaultException object.
UserFaultException(java.lang.Object pSource, java.lang.Throwable pThrowable)
          Creates a new UserFaultException object.
 
Methods inherited from class oracle.apps.fnd.wf.engine.ExecutionException
getMessage
 
Methods inherited from class oracle.apps.fnd.wf.engine.WorkflowEngineException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class oracle.apps.fnd.wf.common.WorkflowException
getRootException, getSource
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserFaultException

public UserFaultException(java.lang.Object pSource,
                          java.lang.String pMessage)
Creates a new UserFaultException object.
Parameters:
pSource - source object where this exeception occurs
pMessage - message for this exceptioni

UserFaultException

public UserFaultException(java.lang.Object pSource,
                          java.lang.Throwable pThrowable)
Creates a new UserFaultException object.
Parameters:
pSource - source object where this exeception occurs
pThrowable - source execption that causes this exception

UserFaultException

public UserFaultException(java.lang.Object pSource,
                          Fault pFault)
Creates a new UserFaultException object.
Parameters:
pSource - source object where this exeception occurs
pFault - source fault that cause this exception