Class FeatureNotAvailableException

All Implemented Interfaces:
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:
  • Constructor Details

    • FeatureNotAvailableException

      public FeatureNotAvailableException(String message)