Class PipeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iotdb.pipe.api.exception.PipeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PipeConnectionException,PipeConsensusRetryWithIncreasingIntervalException,PipeParameterNotValidException,PipeStrategyNotValidException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPipeException(String message) PipeException(String message, long timeStamp) PipeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipeException
-
PipeException
-
PipeException
-
-
Method Details
-
getTimeStamp
public long getTimeStamp()
-