org.neo4j.kernel.ha
Class StoreOutOfDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.neo4j.kernel.ha.StoreUnableToParticipateInClusterException
                      extended by org.neo4j.kernel.ha.StoreOutOfDateException
All Implemented Interfaces:
Serializable

public class StoreOutOfDateException
extends StoreUnableToParticipateInClusterException

Thrown to point out that branching of data has occured for one or more instances in a cluster. Branching is when one machine has different (not meaning outdated) than the current master.

Author:
Mattias Persson
See Also:
Serialized Form

Constructor Summary
StoreOutOfDateException()
           
StoreOutOfDateException(String message)
           
StoreOutOfDateException(String message, Throwable cause)
           
StoreOutOfDateException(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
 

Constructor Detail

StoreOutOfDateException

public StoreOutOfDateException()

StoreOutOfDateException

public StoreOutOfDateException(String message,
                               Throwable cause)

StoreOutOfDateException

public StoreOutOfDateException(String message)

StoreOutOfDateException

public StoreOutOfDateException(Throwable cause)


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.