Class QueryInterruptedException

All Implemented Interfaces:
Serializable

public class QueryInterruptedException extends QueryEvaluationException
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.
Author:
Arjohn Kampman
See Also:
  • Constructor Details Link icon

    • QueryInterruptedException Link icon

      public QueryInterruptedException()
    • QueryInterruptedException Link icon

      public QueryInterruptedException(String message)
    • QueryInterruptedException Link icon

      public QueryInterruptedException(String message, Throwable t)
    • QueryInterruptedException Link icon

      public QueryInterruptedException(Throwable t)