ehcache

net.sf.ehcache.transaction.xa
Class OptimisticLockFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.transaction.TransactionException
                      extended by 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

Constructor Summary
OptimisticLockFailureException()
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptimisticLockFailureException

public OptimisticLockFailureException()
Constructor


ehcache

Copyright 2001-2017, Terracotta, Inc.