Class PipeAlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.commons.exception.sync.PipeException
-
- org.apache.iotdb.commons.exception.sync.PipeAlreadyExistException
-
- All Implemented Interfaces:
java.io.Serializable
public class PipeAlreadyExistException extends PipeException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.commons.exception.IoTDBException
errorCode, isUserException
-
-
Constructor Summary
Constructors Constructor Description PipeAlreadyExistException(java.lang.String pipeName)PipeAlreadyExistException(java.lang.String pipeName, PipeStatus status)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
PipeAlreadyExistException
public PipeAlreadyExistException(java.lang.String pipeName)
-
PipeAlreadyExistException
public PipeAlreadyExistException(java.lang.String pipeName, PipeStatus status)
-
-