oracle.apps.fnd.wf.common
Class WorkflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.apps.fnd.wf.common.WorkflowException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WorkflowEngineException

public class WorkflowException
extends java.lang.Exception
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           
 
Constructor Summary
WorkflowException(java.lang.Object pSource, java.lang.String pMessage)
          Creates a new WorkflowException object.
WorkflowException(java.lang.Object pSource, java.lang.Throwable pException)
          Creates a new WorkflowException object.
WorkflowException(java.lang.String message)
          Creates a new WorkflowException object.
WorkflowException(java.lang.Throwable pException)
          Creates a new WorkflowException object.
 
Method Summary
 java.lang.Throwable getRootException()
          return the exception caused this error.
 java.lang.Object getSource()
          Return source object where the root exception occured
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED
Constructor Detail

WorkflowException

public WorkflowException(java.lang.String message)
Creates a new WorkflowException object.
Parameters:
message - Parameter

WorkflowException

public WorkflowException(java.lang.Object pSource,
                         java.lang.String pMessage)
Creates a new WorkflowException object.
Parameters:
source - Parameter
message - Parameter

WorkflowException

public WorkflowException(java.lang.Object pSource,
                         java.lang.Throwable pException)
Creates a new WorkflowException object.
Parameters:
source - Parameter
exception - Parameter

WorkflowException

public WorkflowException(java.lang.Throwable pException)
Creates a new WorkflowException object.
Parameters:
exception - Parameter
Method Detail

getRootException

public java.lang.Throwable getRootException()
return the exception caused this error.

getSource

public java.lang.Object getSource()
Return source object where the root exception occured