Package io.objectbox.exception
Class PagesCorruptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.objectbox.exception.DbException
-
- io.objectbox.exception.FileCorruptException
-
- io.objectbox.exception.PagesCorruptException
-
- All Implemented Interfaces:
java.io.Serializable
public class PagesCorruptException extends FileCorruptException
Errors related to pages were detected in a database file, e.g. bad page refs outside of the file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PagesCorruptException(java.lang.String message)
PagesCorruptException(java.lang.String message, int errorCode)
-
Method Summary
-
Methods inherited from class io.objectbox.exception.DbException
getErrorCode, toString
-
-