public class RealmFileException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
RealmFileException.Kind
The specific kind of this
RealmFileException . |
Constructor and Description |
---|
RealmFileException(byte value,
String message) |
RealmFileException(RealmFileException.Kind kind,
String message) |
RealmFileException(RealmFileException.Kind kind,
String message,
Throwable cause) |
RealmFileException(RealmFileException.Kind kind,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
RealmFileException.Kind |
getKind()
Gets the
kind of this exception. |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RealmFileException(byte value, String message)
public RealmFileException(RealmFileException.Kind kind, String message)
public RealmFileException(RealmFileException.Kind kind, Throwable cause)
public RealmFileException(RealmFileException.Kind kind, String message, Throwable cause)