Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm.exceptions

Error RealmError

java.lang.Object
io.realm.exceptions.RealmError

RealmError es un error específico de Realm que se utiliza cuando ocurren problemas irreparables en el motor de almacenamiento subyacente. RealmError nunca debe ser atrapado o ignorado. Al hacerlo, Realm podría corromperse.

Constructor and Description
String detailMessage
)
  • Métodos heredados de la clase 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

public RealmError (
String detailMessage
)

Volver

RealmPrimaryKeyConstraintException

En esta página