org.multiverse.stms.alpha
Class OptimisticLockingFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.stms.alpha.OptimisticLockingFailureException
- All Implemented Interfaces:
- java.io.Serializable
public class OptimisticLockingFailureException
- extends java.lang.RuntimeException
A RuntimeException that indicates that an optimistic locking failure happened.
A optimistic locking failure is thrown when the version of a tranlocal is read in one transaction,
and used together with org.multiverse.stms.alpha.programmatic.AlphaProgrammaticRef#atomicCompareAndSet(Object, long).
- Author:
- Peter Veentjer
- See Also:
- Serialized Form
| 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 |
OptimisticLockingFailureException
public OptimisticLockingFailureException()
OptimisticLockingFailureException
public OptimisticLockingFailureException(java.lang.Throwable cause)
OptimisticLockingFailureException
public OptimisticLockingFailureException(java.lang.String message)
OptimisticLockingFailureException
public OptimisticLockingFailureException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.