public class UOWActionException
extends java.lang.Exception
Constructor and Description |
---|
UOWActionException(java.lang.Exception cause)
Constructs a new UOWActionException wrapping the given
Exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the exception thrown by UOWManager.runUnderUOW() that
caused this exception to be thrown.
|
public UOWActionException(java.lang.Exception cause)
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
UOWManager.runUnderUOW(int, boolean, UOWAction)