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