Package io.objectbox.exception
Class DbFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.objectbox.exception.DbException
io.objectbox.exception.DbFullException
- All Implemented Interfaces:
Serializable
Thrown when applying a transaction (e.g. putting an object) would exceed the
maxSizeInKByte
configured for the store.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDbFullException
(String message) DbFullException
(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
-
DbFullException
-
DbFullException
-