org.neo4j.index.impl.lucene
Class QueryNotPossibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.