java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.ARQException
org.apache.jena.query.QueryException
org.apache.jena.query.QueryDeniedException
- All Implemented Interfaces:
Serializable
QueryDeniedException
indicates an invalid condition or constraint was
encountered during query evaluation and the execution was abandoned.
This is not an internal error. It is usually due to setup or a configuration error.
In Fuseki, it is a a bad request or a causing the query execution to be aborted.
- See Also:
-
Constructor Summary
ConstructorDescriptionQueryDeniedException
(String msg, Throwable cause) QueryDeniedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryDeniedException
public QueryDeniedException() -
QueryDeniedException
-
QueryDeniedException
-
QueryDeniedException
-