Package com.ibm.wsspi.uow
Class UOWException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.uow.UOWException
- All Implemented Interfaces:
Serializable
This class provides a generic indication of failure of the completion of a unit of work (UOW) begun by a call to the runUnderUOW method on the UOWManager interface. The UOW-specific cause of the failure can be obtained via the getCause() method.
-
Constructor Summary
ConstructorsConstructorDescriptionUOWException
(Throwable cause) Creates a new UOWException with the given UOW-specific exception as the cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UOWException
Creates a new UOWException with the given UOW-specific exception as the cause.
- Parameters:
cause
- The UOW-specific cause
-
-
Method Details