Uses of Class
org.springframework.transaction.CannotCreateTransactionException
Package
Description
Spring's core transaction management APIs (independent of any specific transaction
management system); an exception hierarchy for Spring's transaction infrastructure;
and transaction manager, definition, and status interfaces.
-
Uses of CannotCreateTransactionException in org.springframework.transaction
Modifier and TypeClassDescriptionclass
Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.class
Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.