Class RealmError

  • All Implemented Interfaces:
    Serializable

    public final class RealmError
    extends Error
    RealmError is Realm specific Error used when unrecoverable problems happen in the underlying storage engine. An RealmError should never be caught or ignored. By doing so, the Realm could possibly get corrupted.
    See Also:
    Serialized Form
    • Constructor Detail

      • RealmError

        public RealmError​(String detailMessage)