org.neo4j.kernel.ha
Class BranchedDataException

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.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

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

BranchedDataException

public BranchedDataException()

BranchedDataException

public BranchedDataException(String message,
                             Throwable cause)

BranchedDataException

public BranchedDataException(String message)

BranchedDataException

public BranchedDataException(Throwable cause)


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.