org.multiverse.api.exceptions
Class ReadConflict
java.lang.Object
java.lang.Throwable
java.lang.Error
org.multiverse.api.exceptions.ControlFlowError
org.multiverse.api.exceptions.ReadConflict
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LockNotFreeReadConflict, OldVersionNotFoundReadConflict, UncommittedReadConflict
public abstract class ReadConflict
- extends ControlFlowError
An Error that indicates that a load a transactional object using a transaction failed. See
the subclasses of this error for more details about these situations.
A WriteConflict can in most cases be solved by retrying the transaction.
- 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 |
ReadConflict
public ReadConflict()
ReadConflict
public ReadConflict(String message)
ReadConflict
public ReadConflict(String message,
Throwable cause)
ReadConflict
public ReadConflict(Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.