org.apache.ode.bpel.intercept
Class FailMessageExchangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ode.bpel.intercept.AbortMessageExchangeException
              extended by org.apache.ode.bpel.intercept.FailMessageExchangeException
All Implemented Interfaces:
java.io.Serializable

public final class FailMessageExchangeException
extends AbortMessageExchangeException

Exception thrown by MessageExchangeInterceptor implementations that is used to indicate that the processing of the exchange should be aborted with a failure.

See Also:
Serialized Form

Constructor Summary
protected FailMessageExchangeException(java.lang.String msg)
           
protected FailMessageExchangeException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

FailMessageExchangeException

protected FailMessageExchangeException(java.lang.String msg)

FailMessageExchangeException

protected FailMessageExchangeException(java.lang.String msg,
                                       java.lang.Throwable cause)