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