Class MeasurementAlreadyExistException
- 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.MeasurementAlreadyExistException
-
- All Implemented Interfaces:
java.io.Serializable
public class MeasurementAlreadyExistException extends org.apache.iotdb.commons.exception.MetadataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MeasurementAlreadyExistException(java.lang.String path, MeasurementPath measurementPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeasurementPathgetMeasurementPath()-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
MeasurementAlreadyExistException
public MeasurementAlreadyExistException(java.lang.String path, MeasurementPath measurementPath)
-
-
Method Detail
-
getMeasurementPath
public MeasurementPath getMeasurementPath()
-
-