Spring MVC - Class Diagram - Classes that extend CannotCreateTransactionException




NameTypePackageDescriptionDetail

CannotCreateTransactionExceptionClassorg.springframework.transactionException thrown when a transaction can't be created using anunderlying transaction API such as JTA.Detail
NestedTransactionNotSupportedExceptionClassorg.springframework.transactionException thrown when attempting to work with a nested transactionbut nested transactions are not supported by the underlying backend.Detail
TransactionSuspensionNotSupportedExceptionClassorg.springframework.transactionException thrown when attempting to suspend an existing transactionbut transaction suspension is not supported by the underlying backend.Detail