com.ibm.websphere.wsba
Class RetryCompensationHandlerException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.wsba.RetryCompensationHandlerException
All implemented interfaces:
java.io.Serializable
- public class RetryCompensationHandlerException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
RetryCompensationHandlerException()
|
RetryCompensationHandlerException(java.lang.String message)
|
RetryCompensationHandlerException(java.lang.String message,java.lang.Throwable cause)
|
RetryCompensationHandlerException(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
RetryCompensationHandlerException
- public RetryCompensationHandlerException( )
RetryCompensationHandlerException
- public RetryCompensationHandlerException( java.lang.String message)
RetryCompensationHandlerException
- public RetryCompensationHandlerException( java.lang.String message,
- java.lang.Throwable cause)
RetryCompensationHandlerException
- public RetryCompensationHandlerException( java.lang.Throwable cause)