Package | Description |
---|---|
org.springframework.transaction |
Exception hierarchy for Spring's transaction infrastructure,
independent of any specific transaction management system.
|
Modifier and Type | Class and Description |
---|---|
class |
NestedTransactionNotSupportedException
Exception thrown when attempting to work with a nested transaction
but nested transactions are not supported by the underlying backend.
|
class |
TransactionSuspensionNotSupportedException
Exception thrown when attempting to suspend an existing transaction
but transaction suspension is not supported by the underlying backend.
|