org.multiverse.api.exceptions
Class DeadTransactionException

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.DeadTransactionException
All Implemented Interfaces:
Serializable

public class DeadTransactionException
extends IllegalTransactionStateException

An IllegalTransactionStateException that indicates that an action is executed on a transaction that is committed or aborted.

Author:
Peter Veentjer.
See Also:
Serialized Form

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

DeadTransactionException

public DeadTransactionException()

DeadTransactionException

public DeadTransactionException(String message)

DeadTransactionException

public DeadTransactionException(String message,
                                Throwable cause)

DeadTransactionException

public DeadTransactionException(Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.