Class QueryTimeoutRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.db.exception.query.QueryTimeoutRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryTimeoutRuntimeException extends java.lang.RuntimeExceptionThis class is used to throw run time exception when query is time out.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTIMEOUT_EXCEPTION_MESSAGE
-
Constructor Summary
Constructors Constructor Description QueryTimeoutRuntimeException()QueryTimeoutRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
TIMEOUT_EXCEPTION_MESSAGE
public static final java.lang.String TIMEOUT_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
-
-