Class QueryProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.exception.query.QueryProcessException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BatchProcessException,IndexManagerException,LogicalOperatorException,PathException,PathNumOverLimitException,QueryIndexException,UnSupportedFillTypeException,UnsupportedIndexTypeException
public class QueryProcessException extends org.apache.iotdb.commons.exception.IoTDBException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
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)
-
-