org.neo4j.kernel.ha
Class StoreUnableToParticipateInClusterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.