com.bigdata.bop.engine
Class QueryTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.TimeoutException
              extended by com.bigdata.bop.engine.QueryTimeoutException
All Implemented Interfaces:
Serializable

public class QueryTimeoutException
extends TimeoutException

Exception thrown if a query is halted due to a timeout.

Version:
$Id: QueryTimeoutException.java 5149 2011-09-07 20:12:38Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Constructor Summary
QueryTimeoutException()
           
QueryTimeoutException(String message)
           
 
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

QueryTimeoutException

public QueryTimeoutException()

QueryTimeoutException

public QueryTimeoutException(String message)
Parameters:
message -


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.