org.springframework.transaction
Class IllegalTransactionStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.TransactionUsageException
org.springframework.transaction.IllegalTransactionStateException
All Implemented Interfaces: Serializable
public class IllegalTransactionStateException extends TransactionUsageException
Exception thrown when the existence or non-existence of a transaction
amounts to an illegal state according to the transaction propagation
behavior that applies.
Since:
21.01.2004
Author:
Juergen Hoeller
See Also: Serialized Form
IllegalTransactionStateException
public IllegalTransactionStateException (String msg)
Constructor for IllegalTransactionStateException.
Parameters: msg
- the detail message
IllegalTransactionStateException
public IllegalTransactionStateException (String msg,
Throwable cause)
Constructor for IllegalTransactionStateException.
Parameters: msg
- the detail messagecause
- the root cause from the transaction API in use
Copyright © 2002-2007 The Spring Framework .