Package com.ibm.websphere.jtaextensions
Class CallbackNotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.jtaextensions.CallbackNotRegisteredException
- All Implemented Interfaces:
Serializable
The exception is thrown by the transaction manager if an attempt is
made to unregister a
SynchronizationCallback
that is not
registered with the ExtendedJTATransaction
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallbackNotRegisteredException
public CallbackNotRegisteredException()
-