Exception | Description |
---|---|
RealmEncryptionNotSupportedException |
On some devices (HTC One X for example), for some reason, the system doesn't pass the right parameter
(siginfo_t.si_addr) to the segfault signal handler which our encryption mechanism relies on.
|
RealmException |
RealmException is Realm specific exceptions.
|
RealmIOException |
Class for reporting problems with Realm files.
|
RealmMigrationNeededException | |
RealmPrimaryKeyConstraintException |
Class for reporting problems when the primary key constraint is being broken.
|
Error | Description |
---|---|
RealmError |
RealmError is Realm specific Error used when unrecoverable problems happen in the underlying storage engine.
|