public abstract class TransactionError extends FormattedError
| Constructor and Description |
|---|
TransactionError(int closure) |
TransactionError(int closure,
String message,
Object... args) |
TransactionError(int closure,
Throwable throwable) |
TransactionError(int closure,
Throwable throwable,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClosure() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017. All rights reserved.