public class BadCredentialsException extends AuthenticationException
| Constructor and Description | 
|---|
BadCredentialsException(String msg)
Constructs a  
BadCredentialsException with the specified message. | 
BadCredentialsException(String msg,
                       Throwable t)
Constructs a  
BadCredentialsException with the specified message and
 root cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadCredentialsException(String msg)
BadCredentialsException with the specified message.msg - the detail message