public class PreparedTxnException extends IllegalTxnStateException
IllegalTxnStateException thrown when an operation is executed on a
Txn while the transaction is prepared.| Constructor and Description |
|---|
PreparedTxnException(String message)
Creates a new PreparedTxnException with the provided message.
|
PreparedTxnException(String message,
Throwable cause)
Creates a new PreparedTxnException with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreparedTxnException(String message)
message - the message of the exception.Copyright © 2025. All rights reserved.