public static class Transaction.InvocationRunException extends java.lang.RuntimeException
Exception thrown by the execute method when the enclosed
run throws a Rollback exception with a cause.
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Serialization version.
|
| Constructor and Description |
|---|
InvocationRunException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception that is propagated to the caller.
|
public static final long serialVersionUID
public InvocationRunException(java.lang.String message, java.lang.Throwable cause)
message - Message to include in the exception.cause - The throwable causing the exception.