com.ibm.wsspi.sibx.mediation.flow.action
Class FlowActionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.wsspi.sibx.mediation.flow.action.FlowActionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FlowActionPolicyException, MethodNotImplementedException

public class FlowActionException
extends java.lang.Exception

This exception is used to indicate that the an error occurred accessing the persistent store.

See Also:
Serialized Form

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
FlowActionException()
          Constructor.
FlowActionException(java.lang.String message)
          Constructor.
FlowActionException(java.lang.String message, java.lang.Throwable cause)
          Constructor which takes a message, and a causal exception.
FlowActionException(java.lang.Throwable nested)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Constructor Detail

FlowActionException

public FlowActionException()
Constructor.


FlowActionException

public FlowActionException(java.lang.Throwable nested)
Constructor.

Parameters:
nested - The original nested exception.

FlowActionException

public FlowActionException(java.lang.String message,
                           java.lang.Throwable cause)
Constructor which takes a message, and a causal exception.

Parameters:
message - the exception message
cause - the causal exception

FlowActionException

public FlowActionException(java.lang.String message)
Constructor.

Parameters:
message - The message.