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