Class MetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.commons.exception.MetadataException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IllegalPathException
public class MetadataException extends IoTDBException
If query metadata constructs schema but passes illegal parameters to EncodingConvertor or DataTypeConverter,this exception will be threw.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.commons.exception.IoTDBException
errorCode, isUserException
-
-
Constructor Summary
Constructors Constructor Description MetadataException(java.lang.String msg)MetadataException(java.lang.String msg, boolean isUserException)MetadataException(java.lang.String message, int errorCode)MetadataException(java.lang.String message, int errorCode, boolean isUserException)MetadataException(java.lang.String message, java.lang.Throwable cause)MetadataException(java.lang.Throwable cause)MetadataException(java.lang.Throwable cause, int errorCode)MetadataException(IoTDBException exception)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
MetadataException
public MetadataException(java.lang.Throwable cause)
-
MetadataException
public MetadataException(java.lang.Throwable cause, int errorCode)
-
MetadataException
public MetadataException(java.lang.String msg)
-
MetadataException
public MetadataException(java.lang.String msg, boolean isUserException)
-
MetadataException
public MetadataException(java.lang.String message, java.lang.Throwable cause)
-
MetadataException
public MetadataException(IoTDBException exception)
-
MetadataException
public MetadataException(java.lang.String message, int errorCode)
-
MetadataException
public MetadataException(java.lang.String message, int errorCode, boolean isUserException)
-
-