public class BadCredentialsException extends AuthenticationException
| Constructor and Description |
|---|
BadCredentialsException(String msg)
Constructs a
BadCredentialsException with the specified
message. |
BadCredentialsException(String msg,
Object extraInformation) |
BadCredentialsException(String msg,
Throwable t)
Constructs a
BadCredentialsException with the specified
message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadCredentialsException(String msg)
BadCredentialsException with the specified
message.msg - the detail messageCopyright © 2016. All rights reserved.