Package org.eclipse.rdf4j.query
Class QueryInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.query.QueryEvaluationException
-
- org.eclipse.rdf4j.query.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 Summary
Constructors Constructor Description QueryInterruptedException()
QueryInterruptedException(String message)
QueryInterruptedException(String message, Throwable t)
QueryInterruptedException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-