spring-framework / org.springframework.transaction / IllegalTransactionStateException

IllegalTransactionStateException

open class IllegalTransactionStateException : 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.

Author
Juergen Hoeller

Since
21.01.2004

Constructors

<init>

IllegalTransactionStateException(msg: String)
IllegalTransactionStateException(msg: String, cause: Throwable)

Constructor for IllegalTransactionStateException.