Class BadUserException

  • All Implemented Interfaces:
    Serializable

    public 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.
    Author:
    Harish Prabandham
    See Also:
    Serialized Form
    • Constructor Detail

      • BadUserException

        public BadUserException​(String info)
        Constructs the exception, with descriptive information.
        Parameters:
        info - describes the problem with the user