org.multiverse.api.exceptions
Class LockNotFreeWriteConflict
java.lang.Object
java.lang.Throwable
java.lang.Error
org.multiverse.api.exceptions.ControlFlowError
org.multiverse.api.exceptions.WriteConflict
org.multiverse.api.exceptions.LockNotFreeWriteConflict
- All Implemented Interfaces:
- java.io.Serializable
public class LockNotFreeWriteConflict
- extends WriteConflict
A WriteConflict that indicates that the locks could not be acquired while doing a
Transaction.commit().
- 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 |
INSTANCE
public static final LockNotFreeWriteConflict INSTANCE
reuse
public static final boolean reuse
LockNotFreeWriteConflict
public LockNotFreeWriteConflict()
LockNotFreeWriteConflict
public LockNotFreeWriteConflict(java.lang.String message)
LockNotFreeWriteConflict
public LockNotFreeWriteConflict(java.lang.String message,
java.lang.Throwable cause)
LockNotFreeWriteConflict
public LockNotFreeWriteConflict(java.lang.Throwable cause)
createFailedToObtainCommitLocksException
public static LockNotFreeWriteConflict createFailedToObtainCommitLocksException()
Copyright © 2008-2010 Multiverse. All Rights Reserved.