RealmException

Top level class for all exceptions that are Realm specific and doesn't have a better existing platform exception like IllegalArgumentException or IllegalStateException.

In most cases, a subclass of this type will be thrown. Exactly which, will will be documented by the individual API entry points.

Constructors

Link copied to clipboard
constructor()
constructor(message: String?)
constructor(message: String?, cause: Throwable?)
constructor(cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?