Class IllegalTxnStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.IllegalTxnStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbortOnlyException, DeadTxnException, PreparedTxnException, ReadonlyException
A
TxnExecutionException thrown when an operation is executed on a
Txn when it is not in a valid state for that operation.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates 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. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IllegalTxnStateException
public IllegalTxnStateException()Creates a new IllegalTxnStateException. -
IllegalTxnStateException
Creates a new IllegalTxnStateException with the provided message.- Parameters:
message- the message of the exception.
-
IllegalTxnStateException
-