NoSuchRealmExceptionpublic class NoSuchRealmException extends Exception Exception thrown when an operation is requested on a realm which
does not exist. |
Constructors Summary |
---|
public NoSuchRealmException(String info)Constructs the exception, with descriptive information. super (info);
|
|