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:
java.io.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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description QueryInterruptedException()
QueryInterruptedException(java.lang.String message)
QueryInterruptedException(java.lang.String message, java.lang.Throwable t)
QueryInterruptedException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
QueryInterruptedException
public QueryInterruptedException()
-
QueryInterruptedException
public QueryInterruptedException(java.lang.String message)
-
QueryInterruptedException
public QueryInterruptedException(java.lang.String message, java.lang.Throwable t)
-
QueryInterruptedException
public QueryInterruptedException(java.lang.Throwable t)
-
-