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