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