com.subshell.persistence.exception
Class TransactionContextNotSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.