Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)