org.multiverse.api.exceptions
Class WriteConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.CommitFailureException
org.multiverse.api.exceptions.WriteConflictException
- All Implemented Interfaces:
- java.io.Serializable, RecoverableThrowable
public class WriteConflictException
- extends CommitFailureException
- implements RecoverableThrowable
A CommitFailureException that indicates that a write conflict happened 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 WriteConflictException INSTANCE
reuse
public static final boolean reuse
WriteConflictException
public WriteConflictException()
WriteConflictException
public WriteConflictException(java.lang.String message)
WriteConflictException
public WriteConflictException(java.lang.String message,
java.lang.Throwable cause)
WriteConflictException
public WriteConflictException(java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.