org.neo4j.index.impl.lucene
Class QueryNotPossibleException

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

public class QueryNotPossibleException
extends RuntimeException

Querying an index inside a transaction where modifications has been made must be explicitly enabled using QueryContext.allowQueryingModifications

See Also:
Serialized Form

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

QueryNotPossibleException

public QueryNotPossibleException()

QueryNotPossibleException

public QueryNotPossibleException(String message,
                                 Throwable cause)

QueryNotPossibleException

public QueryNotPossibleException(String message)

QueryNotPossibleException

public QueryNotPossibleException(Throwable cause)


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