Package net.sf.ehcache.transaction.xa
Class OptimisticLockFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.transaction.TransactionException
-
- net.sf.ehcache.transaction.xa.OptimisticLockFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class OptimisticLockFailureException extends TransactionException
This exception is used internally when an optimistic lock failed, ie: when the expected previous value is not found at commit time.- Author:
- Ludovic Orban
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OptimisticLockFailureException()Constructor
-