Docs Menu

Docs HomeRealm

Error RealmError

On this page

  • io.realm.exceptions
  • Constructors
  • Inherited Methods
  • Constructor Detail
java.lang.Object
io.realm.exceptions.RealmError

RealmError is a Realm specific Error used when unrecoverable problems happen in the underlying storage engine. A RealmError should never be caught or ignored. By doing so, the Realm could possibly get corrupted.

Constructor and Description
String detailMessage
)
  • 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

public RealmError (
String detailMessage
)
←  Exception RealmPrimaryKeyConstraintExceptionio.realm.log →
Share Feedback
© 2023 MongoDB, Inc.

About

  • Careers
  • Investor Relations
  • Legal Notices
  • Privacy Notices
  • Security Information
  • Trust Center
© 2023 MongoDB, Inc.