public class IllegalTxnStateException extends TxnExecutionException
TxnExecutionException
thrown when an operation is executed on a
Txn
when it is not in a valid state for that operation.Constructor and Description |
---|
IllegalTxnStateException()
Creates a new IllegalTxnStateException.
|
IllegalTxnStateException(String message)
Creates a new IllegalTxnStateException with the provided message.
|
IllegalTxnStateException(String message,
Throwable cause)
Creates a new IllegalTxnStateException with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalTxnStateException()
public IllegalTxnStateException(String message)
message
- the message of the exception.Copyright © 2020. All rights reserved.