com.subshell.persistence.exception
Class TransactionContextAlreadySetException

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

public class TransactionContextAlreadySetException
extends IllegalStateException

Thrown when a TransactionContext has been requested but there is none.

See Also:
Serialized Form

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

TransactionContextAlreadySetException

public TransactionContextAlreadySetException()

TransactionContextAlreadySetException

public TransactionContextAlreadySetException(String msg)

TransactionContextAlreadySetException

public TransactionContextAlreadySetException(String msg,
                                             Throwable cause)

TransactionContextAlreadySetException

public TransactionContextAlreadySetException(Throwable cause)


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