Name | Type | Package | Description | Detail |
| | | |
CannotCreateTransactionException | Class | org.springframework.transaction | Exception thrown when a transaction can't be created using anunderlying transaction API such as JTA. | Detail |
NestedTransactionNotSupportedException | Class | org.springframework.transaction | Exception thrown when attempting to work with a nested transactionbut nested transactions are not supported by the underlying backend. | Detail |
TransactionSuspensionNotSupportedException | Class | org.springframework.transaction | Exception thrown when attempting to suspend an existing transactionbut transaction suspension is not supported by the underlying backend. | Detail |