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

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

public class FlowActionPolicyException
extends FlowActionException

This exception is used to indicate that the flow action policy for a medation module has been violated.

Currently, the only policy is that there is at most one request/reply or result from a mediation request flow.

See Also:
Serialized Form

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
FlowActionPolicyException(java.lang.String message)
          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

FlowActionPolicyException

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

Parameters:
message - The message that indicates what policy has been violated.