public class TransactionBoundaryError extends TransactionError
| Constructor and Description |
|---|
TransactionBoundaryError(int closure) |
TransactionBoundaryError(int closure,
String message,
Object... args) |
TransactionBoundaryError(int closure,
Throwable throwable) |
TransactionBoundaryError(int closure,
Throwable throwable,
String message,
Object... args) |
getClosureaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionBoundaryError(int closure)
public TransactionBoundaryError(int closure,
String message,
Object... args)
public TransactionBoundaryError(int closure,
Throwable throwable,
String message,
Object... args)
public TransactionBoundaryError(int closure,
Throwable throwable)
Copyright © 2017. All rights reserved.