org.multiverse.api.exceptions
Class IllegalTransactionStateException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeadTransactionException, NoRetryPossibleException, PreparedTransactionException, ReadonlyException

public class IllegalTransactionStateException
extends IllegalStateException

An IllegalStateException that is thrown when an operations is executed on a Transaction when it is not in a valid state for that operation.

Author:
Peter Veentjer
See Also:
Serialized Form

Constructor Summary
IllegalTransactionStateException()
           
IllegalTransactionStateException(String s)
           
IllegalTransactionStateException(String message, Throwable cause)
           
IllegalTransactionStateException(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

IllegalTransactionStateException

public IllegalTransactionStateException()

IllegalTransactionStateException

public IllegalTransactionStateException(Throwable cause)

IllegalTransactionStateException

public IllegalTransactionStateException(String message,
                                        Throwable cause)

IllegalTransactionStateException

public IllegalTransactionStateException(String s)


Copyright © 2008-2010 Multiverse. All Rights Reserved.