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.Object extraInformation) |
BadCredentialsException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
BadCredentialsException with the specified
message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCausepublic BadCredentialsException(java.lang.String msg)
BadCredentialsException with the specified
message.msg - the detail messagepublic BadCredentialsException(java.lang.String msg,
java.lang.Object extraInformation)
public BadCredentialsException(java.lang.String msg,
java.lang.Throwable t)
BadCredentialsException with the specified
message and root cause.msg - the detail messaget - root cause