|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.wsspi.uow.UOWException
public class UOWException
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.
UOWManager.runUnderUOW(int, boolean, UOWAction)
,
Serialized FormConstructor Summary | |
---|---|
UOWException(java.lang.Throwable cause)
Creates a new UOWException with the given UOW-specific exception as the cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the UOW-specific exception that describes the nature of the completion failure. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UOWException(java.lang.Throwable cause)
Creates a new UOWException with the given UOW-specific exception as the cause.
cause
- The UOW-specific causeMethod Detail |
---|
public java.lang.Throwable getCause()
Returns the UOW-specific exception that describes the nature of the completion failure.
getCause
in class java.lang.Throwable
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |