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(java.lang.String message)
Creates a new DeadTxnException with the provided message.
|
DeadTxnException(java.lang.String message,
java.lang.Throwable cause)
Creates a new DeadTxnException.
|
public DeadTxnException()
public DeadTxnException(java.lang.String message)
message - the message of the exception.public DeadTxnException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exception.cause - the cause of the exception.