oracle.apps.fnd.wf.common
Class WorkflowRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.apps.fnd.wf.common.WorkflowRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class WorkflowRuntimeException
extends java.lang.RuntimeException
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           
 
Constructor Summary
WorkflowRuntimeException(java.lang.Object source, java.lang.String msg)
          Creates a new WorkflowRuntimeException object.
WorkflowRuntimeException(java.lang.Object source, java.lang.Throwable exception)
          Creates a new WorkflowRuntimeException object.
WorkflowRuntimeException(java.lang.String message)
          Creates a new WorkflowRuntimeException object.
WorkflowRuntimeException(java.lang.Throwable exception)
          Creates a new WorkflowRuntimeException object.
 
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

WorkflowRuntimeException

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

WorkflowRuntimeException

public WorkflowRuntimeException(java.lang.Object source,
                                java.lang.String msg)
Creates a new WorkflowRuntimeException object.
Parameters:
source - Parameter
msg - Parameter

WorkflowRuntimeException

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

WorkflowRuntimeException

public WorkflowRuntimeException(java.lang.Throwable exception)
Creates a new WorkflowRuntimeException object.
Parameters:
exception - Parameter