public class TxnExecutionException extends RuntimeException
RuntimeException
thrown when something fails while executing a Txn
.
This exception is not caught by the TxnExecutor
.
Constructor and Description |
---|
TxnExecutionException()
Creates a new TransactionalExecutionException.
|
TxnExecutionException(String message)
Creates a new TransactionalExecutionException with the provided message and cause.
|
TxnExecutionException(String message,
Throwable cause)
Creates a new TransactionalExecutionException with the provided message and cause.
|
TxnExecutionException(Throwable cause)
Creates a new TransactionalExecutionException with the provided cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TxnExecutionException()
public TxnExecutionException(String message)
message
- message of the exception.public TxnExecutionException(String message, Throwable cause)
message
- the message of the exception.cause
- the Throwable that caused the exception.public TxnExecutionException(Throwable cause)
cause
- the Throwable that was the cause of this TransactionalExecutionException.Copyright © 2020. All rights reserved.