org.neo4j.kernel.ha
Class StoreUnableToParticipateInClusterException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BranchedDataException, StoreOutOfDateException

public class StoreUnableToParticipateInClusterException
extends IllegalStateException

Exception indicating that a store is not fit for participating in a particular cluster. It might have diverged, be to old or otherwise unfit for a cluster. This does not mean however that it is corrupt or not in some way suitable for standalone use.

See Also:
Serialized Form

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

StoreUnableToParticipateInClusterException

public StoreUnableToParticipateInClusterException()

StoreUnableToParticipateInClusterException

public StoreUnableToParticipateInClusterException(String message,
                                                  Throwable cause)

StoreUnableToParticipateInClusterException

public StoreUnableToParticipateInClusterException(String message)

StoreUnableToParticipateInClusterException

public StoreUnableToParticipateInClusterException(Throwable cause)


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