|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionUsageException | |
org.springframework.transaction | Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system. |
Uses of TransactionUsageException in org.springframework.transaction |
Subclasses of TransactionUsageException in org.springframework.transaction | |
class |
InvalidIsolationLevelException
Exception that gets thrown when an invalid isolation level is specified, i.e. an isolation level that the transaction manager implementation doesn't support. |
class |
InvalidTimeoutException
Exception that gets thrown when an invalid timeout is specified, i.e. the transaction manager implementation doesn't support timeouts. |
class |
NoTransactionException
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |