Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FeatureNotAvailableException

        public FeatureNotAvailableException​(java.lang.String message)