com.ibm.wsspi.uow
Class UOWActionException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.uow.UOWActionException
All implemented interfaces:
java.io.Serializable
- public class UOWActionException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
UOWActionException(java.lang.Exception cause)
Constructs a new UOWActionException wrapping the given
Exception.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
UOWActionException
- public UOWActionException(java.lang.Exception cause)
Constructs a new UOWActionException wrapping the given
Exception.
Method Detail
getCause
- public java.lang.Throwable getCause( )
Returns the exception thrown by UOWManager.runUnderUOW() that
caused this exception to be thrown.
Overrides:
getCause
in class java.lang.Throwable