com.bigdata.bop.engine
Class QueryTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.TimeoutException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryTimeoutException
public QueryTimeoutException()
QueryTimeoutException
public QueryTimeoutException(String message)
- Parameters:
message -
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.