Class QueryDeniedException

All Implemented Interfaces:
Serializable

public class QueryDeniedException extends QueryException
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 Details

    • QueryDeniedException

      public QueryDeniedException()
    • QueryDeniedException

      public QueryDeniedException(Throwable cause)
    • QueryDeniedException

      public QueryDeniedException(String msg)
    • QueryDeniedException

      public QueryDeniedException(String msg, Throwable cause)