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