Uses of Class
net.sf.ehcache.transaction.TransactionException
-
Packages that use TransactionException Package Description net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use.net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. -
-
Uses of TransactionException in net.sf.ehcache.transaction
Subclasses of TransactionException in net.sf.ehcache.transaction Modifier and Type Class Description classDeadLockExceptionThis exception is thrown when a deadlock between two transactions is detectedclassTransactionIDNotFoundExceptionThis exception is used when a transaction ID suddenly disappeared when trying to update its state.classTransactionInterruptedExceptionThis exception is thrown when a transactional operation got interrupted via Thread.interruptclassTransactionTimeoutExceptionThis exception is thrown when a transactional operation times out -
Uses of TransactionException in net.sf.ehcache.transaction.xa
Subclasses of TransactionException in net.sf.ehcache.transaction.xa Modifier and Type Class Description classOptimisticLockFailureExceptionThis exception is used internally when an optimistic lock failed, ie: when the expected previous value is not found at commit time.
-