org.multiverse.api.exceptions
Class OldVersionNotFoundReadConflict

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.multiverse.api.exceptions.ControlFlowError
              extended by org.multiverse.api.exceptions.ReadConflict
                  extended by 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

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

reuse

public static final boolean reuse
Constructor Detail

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)


Copyright © 2008-2010 Multiverse. All Rights Reserved.