|
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.UOWActionException
public class UOWActionException
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.
UOWManager.runUnderUOW(int, boolean, UOWAction)
,
Serialized FormConstructor Summary | |
---|---|
UOWActionException(java.lang.Exception cause)
Constructs a new UOWActionException wrapping the given Exception. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the exception thrown by UOWManager.runUnderUOW() that caused this exception to be thrown. |
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 UOWActionException(java.lang.Exception cause)
Method Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
UOWManager.runUnderUOW(int, boolean, UOWAction)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |