org.neo4j.index
Class ReadOnlyIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neo4j.index.ReadOnlyIndexException
All Implemented Interfaces:
Serializable

public class ReadOnlyIndexException
extends RuntimeException

Thrown in a read-only index when the user tries to use for example the IndexService.index(org.neo4j.graphdb.Node, String, Object) or IndexService.removeIndex(org.neo4j.graphdb.Node, String, Object) methods.

See Also:
Serialized Form

Constructor Summary
ReadOnlyIndexException()
          Constructs an exception with a default 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

ReadOnlyIndexException

public ReadOnlyIndexException()
Constructs an exception with a default message.



Copyright © 2010 Neo4j. All Rights Reserved.