spring-framework / org.springframework.transaction / CannotCreateTransactionException

CannotCreateTransactionException

open class CannotCreateTransactionException : TransactionException

Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.

Author
Rod Johnson

Since
17.03.2003

Constructors

<init>

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

Constructor for CannotCreateTransactionException.

Inheritors

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.

TransactionSuspensionNotSupportedException

open class TransactionSuspensionNotSupportedException : CannotCreateTransactionException

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