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:
- 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 |
reuse
public static final boolean reuse
INSTANCE
public static final WriteSkewConflict INSTANCE
WriteSkewConflict
public WriteSkewConflict()
WriteSkewConflict
public WriteSkewConflict(Throwable cause)
WriteSkewConflict
public WriteSkewConflict(String message)
WriteSkewConflict
public WriteSkewConflict(String message,
Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.