org.multiverse.api.exceptions
Class PreparedTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.multiverse.api.exceptions.IllegalTransactionStateException
                      extended by org.multiverse.api.exceptions.PreparedTransactionException
All Implemented Interfaces:
java.io.Serializable

public class PreparedTransactionException
extends IllegalTransactionStateException

A IllegalTransactionStateException that is thrown when an operation is executed on a transaction while the transaction is prepared.

Author:
Peter Veentjer.
See Also:
Serialized Form

Constructor Summary
PreparedTransactionException()
           
PreparedTransactionException(java.lang.String s)
           
PreparedTransactionException(java.lang.String message, java.lang.Throwable cause)
           
PreparedTransactionException(java.lang.Throwable 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

PreparedTransactionException

public PreparedTransactionException()

PreparedTransactionException

public PreparedTransactionException(java.lang.String s)

PreparedTransactionException

public PreparedTransactionException(java.lang.String message,
                                    java.lang.Throwable cause)

PreparedTransactionException

public PreparedTransactionException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.