类 QueryTimeoutRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.db.exception.query.QueryTimeoutRuntimeException
-
- 所有已实现的接口:
java.io.Serializable
public class QueryTimeoutRuntimeException extends java.lang.RuntimeException
This class is used to throw run time exception when query is time out.- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.String
QUERY_TIMEOUT_EXCEPTION_MESSAGE
static java.lang.String
TIMEOUT_EXCEPTION_MESSAGE
-
构造器概要
构造器 构造器 说明 QueryTimeoutRuntimeException()
QueryTimeoutRuntimeException(long startTime, long currentTime, long timeout)
QueryTimeoutRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
-
-
构造器详细资料
-
QueryTimeoutRuntimeException
public QueryTimeoutRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
QueryTimeoutRuntimeException
public QueryTimeoutRuntimeException()
-
QueryTimeoutRuntimeException
public QueryTimeoutRuntimeException(long startTime, long currentTime, long timeout)
-
-