public class NoSuchUserException extends Exception
Constructor and Description |
---|
NoSuchUserException(String info)
Constructs the exception, with descriptive information.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchUserException(String info)
info
- describes the user which does not existCopyright © 2019. All rights reserved.