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, toStringpublic IllegalTxnStateException()
public IllegalTxnStateException(String message)
message - the message of the exception.Copyright © 2025. All rights reserved.