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