public class UserNotFoundException extends Exception
| Constructor and Description |
|---|
UserNotFoundException(String msg)
Constructs a new UserNotFoundException with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserNotFoundException(String msg)
msg - the exception message.Copyright © 2020. All Rights Reserved.