- All Implemented Interfaces:
- java.io.Serializable
public class RealmError
extends java.lang.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