com.ibm.wsspi.sibx.mediation.flow.action
Class FlowActionPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionException
com.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
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 |
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
FlowActionPolicyException
public FlowActionPolicyException(java.lang.String message)
- Constructor.
- Parameters:
message
- The message that indicates what policy has been violated.