org.multiverse.api.exceptions
Class WriteSkewConflict
java.lang.Object
java.lang.Throwable
java.lang.Error
org.multiverse.api.exceptions.ControlFlowError
org.multiverse.api.exceptions.WriteConflict
org.multiverse.api.exceptions.WriteSkewConflict
- All Implemented Interfaces:
- java.io.Serializable
public class WriteSkewConflict
- extends WriteConflict
A WriteConflict that is thrown when a writeskew is detected and the transaction is
not allowed to commit and therefore aborted.
- 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 |
reuse
public static final boolean reuse
INSTANCE
public static final WriteSkewConflict INSTANCE
WriteSkewConflict
public WriteSkewConflict()
WriteSkewConflict
public WriteSkewConflict(java.lang.Throwable cause)
WriteSkewConflict
public WriteSkewConflict(java.lang.String message)
WriteSkewConflict
public WriteSkewConflict(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.