org.multiverse.api.exceptions
Class LoadTooOldVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.api.exceptions.LoadException
                  extended by 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

Field Summary
static LoadTooOldVersionException INSTANCE
           
static boolean reuse
           
 
Constructor Summary
LoadTooOldVersionException()
           
LoadTooOldVersionException(java.lang.String message)
           
LoadTooOldVersionException(java.lang.String message, java.lang.Throwable cause)
           
LoadTooOldVersionException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

INSTANCE

public static final LoadTooOldVersionException INSTANCE

reuse

public static final boolean reuse
Constructor Detail

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.