org.multiverse.api.exceptions
Class PreparedTxnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.IllegalTxnStateException
org.multiverse.api.exceptions.PreparedTxnException
- All Implemented Interfaces:
- Serializable
public class PreparedTxnException
- extends IllegalTxnStateException
An IllegalTxnStateException thrown when an operation is executed on a
Txn while the transaction is prepared.
- Author:
- Peter Veentjer.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PreparedTxnException
public PreparedTxnException(String message)
- Creates a new PreparedTxnException with the provided message.
- Parameters:
message - the message of the exception.
PreparedTxnException
public PreparedTxnException(String message,
Throwable cause)
- Creates a new PreparedTxnException with the provided message and cause.
- Parameters:
message - the message of the exception.cause - the cause of the exception.
Copyright © 2012. All Rights Reserved.