IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.em
Class OptimisticLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.websphere.objectgrid.ObjectGridRuntimeException
                  extended by com.ibm.websphere.objectgrid.em.PersistenceException
                      extended by com.ibm.websphere.objectgrid.em.OptimisticLockException
All Implemented Interfaces:
IObjectGridException, Serializable

public class OptimisticLockException
extends PersistenceException

Thrown when there is an optimistic collision when merging, flushing or committing an entity that has an out of date version mismatch.

Since:
WAS XD 6.1.0.3
See Also:
Serialized Form

Constructor Summary
OptimisticLockException()
           
OptimisticLockException(String message)
           
OptimisticLockException(String message, Throwable cause)
           
OptimisticLockException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.objectgrid.ObjectGridRuntimeException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptimisticLockException

public OptimisticLockException()
See Also:
PersistenceException.PersistenceException()

OptimisticLockException

public OptimisticLockException(String message)
See Also:
PersistenceException.PersistenceException(String)

OptimisticLockException

public OptimisticLockException(String message,
                               Throwable cause)
See Also:
PersistenceException.PersistenceException(String, Throwable)

OptimisticLockException

public OptimisticLockException(Throwable cause)
See Also:
PersistenceException.PersistenceException(Throwable)

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.