com.subshell.persistence.exception
Class TransactionCommittedException

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 com.subshell.persistence.exception.TransactionCommittedException
All Implemented Interfaces:
Serializable

public class TransactionCommittedException
extends IllegalStateException

Thrown when a Transaction is used although it has been committed/rolled back already.

See Also:
Serialized Form

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

TransactionCommittedException

public TransactionCommittedException()

TransactionCommittedException

public TransactionCommittedException(String msg)

TransactionCommittedException

public TransactionCommittedException(String msg,
                                     Throwable cause)

TransactionCommittedException

public TransactionCommittedException(Throwable cause)


Copyright © 2004-2005 subshell GmbH. All Rights Reserved.