public class DeadTxnException extends IllegalTxnStateException
IllegalTxnStateException
thrown when an action is executed on a
Txn
that is either committed or aborted.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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.
|
private static final long serialVersionUID
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.