Uses of Class
org.springframework.transaction.TransactionUsageException
Packages that use TransactionUsageException Package Description org.springframework.transaction 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 TransactionUsageException in org.springframework.transaction
Subclasses of TransactionUsageException in org.springframework.transaction Modifier and Type Class Description classIllegalTransactionStateExceptionException thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.classInvalidIsolationLevelExceptionException that gets thrown when an invalid isolation level is specified, i.e.classInvalidTimeoutExceptionException that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.classNoTransactionExceptionException thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.