Class StorageGroupAlreadySetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StorageGroupAlreadySetException
    extends org.apache.iotdb.commons.exception.MetadataException
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.iotdb.commons.exception.IoTDBException

        errorCode, isUserException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStorageGroupPath()  
      boolean isHasChild()  
      • Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException

        getErrorCode, isUserException
      • 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

      • StorageGroupAlreadySetException

        public StorageGroupAlreadySetException​(java.lang.String path)
      • StorageGroupAlreadySetException

        public StorageGroupAlreadySetException​(java.lang.String path,
                                               boolean hasChild)
    • Method Detail

      • isHasChild

        public boolean isHasChild()
      • getStorageGroupPath

        public java.lang.String getStorageGroupPath()