org.neo4j.kernel.ha
Class BranchedDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.neo4j.kernel.ha.BranchedDataException
- All Implemented Interfaces:
- Serializable
public class BranchedDataException
- extends IllegalStateException
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 |
BranchedDataException
public BranchedDataException()
BranchedDataException
public BranchedDataException(String message,
Throwable cause)
BranchedDataException
public BranchedDataException(String message)
BranchedDataException
public BranchedDataException(Throwable cause)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.