org.openrdf.query
Class QueryInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.QueryEvaluationException
                  extended by 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

Constructor Summary
QueryInterruptedException()
           
QueryInterruptedException(String message)
           
QueryInterruptedException(String message, Throwable t)
           
QueryInterruptedException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryInterruptedException

public QueryInterruptedException()

QueryInterruptedException

public QueryInterruptedException(String message)

QueryInterruptedException

public QueryInterruptedException(String message,
                                 Throwable t)

QueryInterruptedException

public QueryInterruptedException(Throwable t)


Copyright © 2001-2010 Aduna. All Rights Reserved.