org.openrdf.query
Class QueryInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.query.QueryEvaluationException
org.openrdf.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryInterruptedException
public QueryInterruptedException()
QueryInterruptedException
public QueryInterruptedException(String message)
QueryInterruptedException
public QueryInterruptedException(String message,
Throwable t)
QueryInterruptedException
public QueryInterruptedException(Throwable t)
Copyright © 2001-2009 Aduna. All Rights Reserved.