org.multiverse.api.exceptions
Class OldVersionNotFoundReadConflict
java.lang.Object
java.lang.Throwable
java.lang.Error
org.multiverse.api.exceptions.ControlFlowError
org.multiverse.api.exceptions.ReadConflict
org.multiverse.api.exceptions.OldVersionNotFoundReadConflict
- All Implemented Interfaces:
- java.io.Serializable
public class OldVersionNotFoundReadConflict
- extends ReadConflict
A ReadConflict that indicates that a load was done, but the version needed could not be found
because it is too old (and doesn't exist anymore).
In the future version history will be added so that multiple version could be alive at any
given moment.
- 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 OldVersionNotFoundReadConflict INSTANCE
reuse
public static final boolean reuse
OldVersionNotFoundReadConflict
public OldVersionNotFoundReadConflict()
OldVersionNotFoundReadConflict
public OldVersionNotFoundReadConflict(java.lang.String message)
OldVersionNotFoundReadConflict
public OldVersionNotFoundReadConflict(java.lang.String message,
java.lang.Throwable cause)
OldVersionNotFoundReadConflict
public OldVersionNotFoundReadConflict(java.lang.Throwable cause)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in class ControlFlowError
Copyright © 2008-2010 Multiverse. All Rights Reserved.