Uses of Class
io.objectbox.exception.DbException
Packages that use DbException
-
Uses of DbException in io.objectbox.exception
Subclasses of DbException in io.objectbox.exceptionModifier and TypeClassDescriptionclassBase class for exceptions thrown when a constraint would be violated during a put operation.classclassThrown when applying a database operation would exceed the (default)maxSizeInKByteconfigured for the Store.classThrown when applying a transaction would exceed themaxDataSizeInKByteconfigured for the store.classThrown when the maximum of readers (read transactions) was exceeded.classThrown when there is an error with the data schema (data model).classThrown when an error occurred that requires the store to be closed.classThrown when a special feature was used, which is not part of the native library.classErrors were detected in a database file, e.g.classThrown ifQuery.findUnique()orQuery.findUniqueId()is called, but the query matches more than one object.classThrown if a property query aggregate function can not compute a result due to a number type overflowing.classErrors related to pages were detected in a database file, e.g.classThrown when a @Uniqueconstraint would be violated during a put operation.