Package com.ibm.wsspi.uow
Class UOWException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.wsspi.uow.UOWException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class UOWException extends java.lang.ExceptionThis 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 SummaryConstructors Constructor Description UOWException(java.lang.Throwable cause)Creates a new UOWException with the given UOW-specific exception as the cause.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()Returns the UOW-specific exception that describes the nature of the completion failure.
 
-