com.subshell.persistence.exception
Class TransactionContextNotSetException

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

public class TransactionContextNotSetException
extends IllegalStateException

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

See Also:
Serialized Form

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

TransactionContextNotSetException

public TransactionContextNotSetException()

TransactionContextNotSetException

public TransactionContextNotSetException(String msg)

TransactionContextNotSetException

public TransactionContextNotSetException(String msg,
                                         Throwable cause)

TransactionContextNotSetException

public TransactionContextNotSetException(Throwable cause)


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