BadUserExceptionpublic class BadUserException extends BadRealmException Exception thrown when a User is found to be corrupted for some reason.
This is a special case of a realm data structure being corrupted. |
Constructors Summary |
---|
public BadUserException(String info)Constructs the exception, with descriptive information. super (info);
|
|