public class IoTDBException extends Exception
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
errorCode |
protected boolean |
isUserException
This kind of exception is caused by users' wrong sql, and there is no need for server to print
the full stack of the exception
|
| 构造器和说明 |
|---|
IoTDBException(String message,
int errorCode) |
IoTDBException(String message,
int errorCode,
boolean isUserException) |
IoTDBException(String message,
Throwable cause,
int errorCode) |
IoTDBException(Throwable cause,
int errorCode) |
IoTDBException(Throwable cause,
int errorCode,
boolean isUserException) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
boolean |
isUserException() |
protected int errorCode
protected boolean isUserException
public IoTDBException(String message, int errorCode)
public IoTDBException(String message, int errorCode, boolean isUserException)
public IoTDBException(Throwable cause, int errorCode)
public IoTDBException(Throwable cause, int errorCode, boolean isUserException)
Copyright © 2022 The Apache Software Foundation. All rights reserved.