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:
Serializable
Errors related to pages were detected in a database file, e.g. bad page refs outside of the file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPagesCorruptException
(String message) PagesCorruptException
(String message, int errorCode) -
Method Summary
Methods inherited from class io.objectbox.exception.DbException
getErrorCode, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PagesCorruptException
-
PagesCorruptException
-