org.multiverse.api.exceptions
Class PreparedTxnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.api.exceptions.TxnExecutionException
                  extended by org.multiverse.api.exceptions.IllegalTxnStateException
                      extended by 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

Constructor Summary
PreparedTxnException(String message)
          Creates a new PreparedTxnException with the provided message.
PreparedTxnException(String message, Throwable cause)
          Creates a new PreparedTxnException with the provided message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.