Class BadRealmException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    BadUserException

    public class BadRealmException
    extends Exception
    Exception thrown when a Realm is found to be corrupted for some reason. This usually reflects some sort of problem with data structures such as those holding information about users, groups, or ACLs.
    Author:
    Harish Prabandham
    See Also:
    Serialized Form
    • Constructor Detail

      • BadRealmException

        public BadRealmException​(String info)
        Constructs the exception, with descriptive information.
        Parameters:
        info - describes the problem with the realm
      • BadRealmException

        public BadRealmException()
      • BadRealmException

        public BadRealmException​(Throwable cause)
      • BadRealmException

        public BadRealmException​(String info,
                                 Throwable cause)