Class PipeSinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iotdb.pipe.api.exception.PipeException
org.apache.iotdb.pipe.api.exception.PipeConnectionException
org.apache.iotdb.pipe.api.exception.PipeSinkException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.apache.iotdb.pipe.api.exception.PipeConnectionException
CONNECTION_ERROR_FORMATTER -
Constructor Summary
ConstructorsConstructorDescriptionPipeSinkException(String message) PipeSinkException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.iotdb.pipe.api.exception.PipeException
getTimeStampMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipeSinkException
-
PipeSinkException
-