org.neo4j.kernel.impl.nioneo.store
Class DataInconsistencyError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.neo4j.kernel.impl.nioneo.store.DataInconsistencyError
All Implemented Interfaces:
Serializable

public class DataInconsistencyError
extends Error

Thrown when inconsistencies are found in the data.

See Also:
Serialized Form

Constructor Summary
DataInconsistencyError(String message)
           
 
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

DataInconsistencyError

public DataInconsistencyError(String message)


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