|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionException | |
---|---|
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 | |
---|---|
class |
DeadLockException
This exception is thrown when a deadlock between two transactions is detected |
class |
TransactionIDNotFoundException
This exception is used when a transaction ID suddenly disappeared when trying to update its state. |
class |
TransactionInterruptedException
This exception is thrown when a transactional operation got interrupted via Thread.interrupt |
class |
TransactionTimeoutException
This 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 | |
---|---|
class |
OptimisticLockFailureException
This exception is used internally when an optimistic lock failed, ie: when the expected previous value is not found at commit time. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |