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:
java.io.Serializable
public class PageException extends WriteProcessException
Exception occurs when writing a page.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageException(java.lang.String msg)PageException(java.lang.String message, java.lang.Throwable cause)PageException(java.lang.Throwable cause)
-