Package org.apache.jena.query
Class QueryCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.sparql.ARQException
-
- org.apache.jena.query.QueryException
-
- org.apache.jena.query.QueryExecException
-
- org.apache.jena.query.QueryCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryCancelledException extends QueryExecException
Indicate that a query execution has been cancelled and the operation can't be called- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryCancelledException()
-