Class UOWActionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.uow.UOWActionException
All Implemented Interfaces:
Serializable

public class UOWActionException extends Exception
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.
See Also: