spring-framework / org.springframework.transaction / TransactionSuspensionNotSupportedException

TransactionSuspensionNotSupportedException

open class TransactionSuspensionNotSupportedException : CannotCreateTransactionException

Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.

Author
Juergen Hoeller

Since
1.1

Constructors

<init>

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

Constructor for TransactionSuspensionNotSupportedException.