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