public class QueryProcessException extends IoTDBException
errorCode, isUserException| 构造器和说明 |
|---|
QueryProcessException(IoTDBException e) |
QueryProcessException(String message) |
QueryProcessException(String message,
boolean isUserException) |
QueryProcessException(String message,
int errorCode) |
QueryProcessException(String message,
Throwable cause) |
QueryProcessException(Throwable cause,
int errorCode) |
getErrorCode, isUserExceptionpublic QueryProcessException(String message)
public QueryProcessException(String message, boolean isUserException)
public QueryProcessException(String message, int errorCode)
public QueryProcessException(IoTDBException e)
public QueryProcessException(Throwable cause, int errorCode)
Copyright © 2022 The Apache Software Foundation. All rights reserved.