Class StorageGroupAlreadySetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.commons.exception.MetadataException
-
- org.apache.iotdb.db.exception.metadata.StorageGroupAlreadySetException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageGroupAlreadySetException extends org.apache.iotdb.commons.exception.MetadataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageGroupAlreadySetException(java.lang.String path)StorageGroupAlreadySetException(java.lang.String path, boolean hasChild)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStorageGroupPath()booleanisHasChild()-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-