Package io.objectbox.exception
Class FeatureNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.objectbox.exception.DbException
io.objectbox.exception.FeatureNotAvailableException
- All Implemented Interfaces:
Serializable
Thrown when a special feature was used, which is not part of the native library.
This typically indicates a developer error. Check that the correct dependencies for the native ObjectBox library are included.
- 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
-
FeatureNotAvailableException
-