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
IllegalTransactionStateException(msg: String)IllegalTransactionStateException(msg: String, cause: Throwable)
Constructor for IllegalTransactionStateException. |