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 t)
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 t)
BadCredentialsException
with the specified message and
root cause.msg
- the detail messaget
- root cause