spring-framework / org.springframework.transaction / NestedTransactionNotSupportedException

NestedTransactionNotSupportedException

open class NestedTransactionNotSupportedException : CannotCreateTransactionException

Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.

Author
Juergen Hoeller

Since
1.1

Constructors

<init>

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

Constructor for NestedTransactionNotSupportedException.