Package com.ibm.wsspi.uow
Class UOWActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.uow.UOWActionException
- All Implemented Interfaces:
Serializable
This exception is thrown by UOWManager.runUnderUOW() to indicate that the
action being performed threw a checked exception. The exception thrown by
the action can be obtained by calling the getCause() method.
-
Constructor Summary
ConstructorsConstructorDescriptionUOWActionException
(Exception cause) Constructs a new UOWActionException wrapping the given Exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString