Package io.objectbox.exception
Class NonUniqueResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.objectbox.exception.DbException
io.objectbox.exception.NonUniqueResultException
- All Implemented Interfaces:
Serializable
Thrown if
Query.findUnique()
or
Query.findUniqueId()
is called,
but the query matches more than one object.- See Also:
-
Constructor Summary
Constructors -
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
-
NonUniqueResultException
-