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:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OptimisticLockFailureException
public OptimisticLockFailureException()
- Constructor
Copyright 2001-2014, Terracotta, Inc.