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 ex)
- Constructor for IllegalTransactionStateException.
- Parameters:
msg
- the detail messageex
- root cause from transaction API in use
Copyright (c) 2002-2007 The Spring Framework Project.