com.ibm.websphere.wsba
Class CompensationHandlerFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.wsba.CompensationHandlerFailedException
- All Implemented Interfaces:
- java.io.Serializable
public class CompensationHandlerFailedException
- extends java.lang.Exception
This exception may be thrown by CompensationHandler methods when an
unrecoverable error is encountered.
- 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 |
CompensationHandlerFailedException
public CompensationHandlerFailedException()
CompensationHandlerFailedException
public CompensationHandlerFailedException(java.lang.String message)
CompensationHandlerFailedException
public CompensationHandlerFailedException(java.lang.String message,
java.lang.Throwable cause)
CompensationHandlerFailedException
public CompensationHandlerFailedException(java.lang.Throwable cause)