public class BadCredentialsException extends AuthenticationException
| Constructor and Description | 
|---|
BadCredentialsException(java.lang.String msg)
Constructs a  
BadCredentialsException with the specified message. | 
BadCredentialsException(java.lang.String msg,
                       java.lang.Throwable cause)
Constructs a  
BadCredentialsException with the specified message and
 root cause. | 
public BadCredentialsException(java.lang.String msg)
BadCredentialsException with the specified message.msg - the detail messagepublic BadCredentialsException(java.lang.String msg,
                               java.lang.Throwable cause)
BadCredentialsException with the specified message and
 root cause.msg - the detail messagecause - root cause