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