类 QueryProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.exception.query.QueryProcessException
-
- 所有已实现的接口:
java.io.Serializable
- 直接已知子类:
BatchProcessException
,IndexManagerException
,LogicalOperatorException
,PathNumOverLimitException
,QueryIndexException
,UnSupportedFillTypeException
public class QueryProcessException extends org.apache.iotdb.commons.exception.IoTDBException
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 QueryProcessException(java.lang.String message)
QueryProcessException(java.lang.String message, boolean isUserException)
QueryProcessException(java.lang.String message, int errorCode)
QueryProcessException(java.lang.String message, java.lang.Throwable cause)
QueryProcessException(java.lang.Throwable cause, int errorCode)
QueryProcessException(org.apache.iotdb.commons.exception.IoTDBException e)
-
-
-
构造器详细资料
-
QueryProcessException
public QueryProcessException(java.lang.String message)
-
QueryProcessException
public QueryProcessException(java.lang.String message, boolean isUserException)
-
QueryProcessException
public QueryProcessException(java.lang.String message, int errorCode)
-
QueryProcessException
public QueryProcessException(java.lang.String message, java.lang.Throwable cause)
-
QueryProcessException
public QueryProcessException(org.apache.iotdb.commons.exception.IoTDBException e)
-
QueryProcessException
public QueryProcessException(java.lang.Throwable cause, int errorCode)
-
-