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
See Also:
Constructor Summary
Constructor and Description |
---|
CompensationHandlerFailedException()
|
CompensationHandlerFailedException(java.lang.String message)
|
CompensationHandlerFailedException(java.lang.String message,java.lang.Throwable cause)
|
CompensationHandlerFailedException(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
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)