Class RealmError

  • All Implemented Interfaces:
    Serializable

    public final class RealmError
    extends Error
    RealmError is a Realm specific Error used when unrecoverable problems happen in the underlying storage engine. A 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)