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