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

java.lang.Object
  extended bycom.ibm.wsspi.sibx.mediation.flow.action.Fault

public class Fault
extends java.lang.Object

Represents the outcome of a flow invocation being a fault sent back to the original caller.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
Fault(commonj.sdo.DataObject message)
          Default constructor
 
Method Summary
 commonj.sdo.DataObject getMessage()
          Returns the message.
 java.lang.String 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

Fault

public Fault(commonj.sdo.DataObject message)
Default constructor

Parameters:
message - the message
Method Detail

getMessage

public commonj.sdo.DataObject getMessage()
Returns the message.

Returns:
the message

toString

public java.lang.String toString()
See Also:
Object.toString()