Class WriteProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.tsfile.exception.write.WriteProcessException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoMeasurementException,PageException
public class WriteProcessException extends Exception
This exception is threw while meeting error in writing procession.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriteProcessException(String message)WriteProcessException(String message, Throwable cause)WriteProcessException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-