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:
java.io.Serializable
public class FeatureNotAvailableException extends DbException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureNotAvailableException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.objectbox.exception.DbException
getErrorCode, toString
-
-