Class NoSuchRealmException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchRealmException
    extends Exception
    Exception thrown when an operation is requested on a realm which does not exist.
    Author:
    Harish Prabandham
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchRealmException

        public NoSuchRealmException​(String info)
        Constructs the exception, with descriptive information.
        Parameters:
        info - describes the realm which does not exist