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, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadCredentialsException(String msg)
BadCredentialsException
with the specified
message.msg
- the detail messageCopyright © 2015. All rights reserved.