Class PageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.tsfile.exception.write.WriteProcessException
-
- org.apache.iotdb.tsfile.exception.write.PageException
-
- All Implemented Interfaces:
Serializable
public class PageException extends WriteProcessException
Exception occurs when writing a page.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageException(String msg)PageException(String message, Throwable cause)PageException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-