public class UserNotFoundException extends CustomWrapperException
Constructor and Description |
---|
UserNotFoundException()
Instantiates a new user not found exception.
|
UserNotFoundException(java.lang.String msg)
Instantiates a new user not found exception.
|
UserNotFoundException(java.lang.String msg,
java.lang.Throwable t)
Instantiates a new user not found exception.
|
public UserNotFoundException()
public UserNotFoundException(java.lang.String msg)
msg
- the msgpublic UserNotFoundException(java.lang.String msg, java.lang.Throwable t)
msg
- the msgt
- the t