Class NoSuchUserException

  • All Implemented Interfaces:
    Serializable

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

      • NoSuchUserException

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