public class UserNotFoundException
extends org.springframework.security.core.AuthenticationException
| Constructor and Description |
|---|
UserNotFoundException(String msg)
Constructs a
UserNotFoundException with the specified message. |
UserNotFoundException(String msg,
Throwable t)
Constructs a
UserNotFoundException with the specified message and
root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserNotFoundException(String msg)
UserNotFoundException with the specified message.msg - the detail messagepublic UserNotFoundException(String msg, Throwable t)
UserNotFoundException with the specified message and
root cause.msg - the detail messaget - root causeCopyright © 2017 S&C Software. All rights reserved.