Menu Docs
Página inicial do Docs
/ /
Atlas Device SDKs
/ / /

Erro RealmError

Nesta página

  • io.realm.Exceptions
  • Construtores
  • Métodos herdados
  • Detalhes do construtor
java.lang.Object
io.realm.exceptions.RealmError

RealmError é um erro específico do Realm usado quando problemas irrecuperáveis ocorrem no storage engine subjacente. Um RealmError nunca deve ser detectado ou ignorado. Ao fazer isso, o Realm pode ser corrompido.

Construtor e descrição
String detailMessage
)
  • Métodos herdados da classe java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Métodos herdados da classe java.lang.Throwable : getMessage , getLocalizedMessage , getCause , initCause , toString , printStackTrace , printStackTrace , printStackTrace , fillInStackTrace , getStackTrace , setStackTrace , addSuppressed , getSuppressed

public RealmError (
String detailMessage
)

Voltar

RealmPrimaryKeyConstraintException