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:
    Serialized Form
    • Constructor Detail

      • QueryInterruptedException

        public QueryInterruptedException()
      • QueryInterruptedException

        public QueryInterruptedException​(String message)
      • QueryInterruptedException

        public QueryInterruptedException​(String message,
                                         Throwable t)
      • QueryInterruptedException

        public QueryInterruptedException​(Throwable t)