Error RealmError
io.realm.exceptions
io.realm.exceptions.RealmError
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.
Constructors
Constructor and Description |
---|
Inherited Methods
- Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
- Methods inherited from class java.lang.Throwable :
getMessage
,getLocalizedMessage
,getCause
,initCause
,toString
,printStackTrace
,printStackTrace
,printStackTrace
,fillInStackTrace
,getStackTrace
,setStackTrace
,addSuppressed
,getSuppressed