@Immutable public class InvalidCredentialsException extends AuthenticationException
| Constructor and Description |
|---|
InvalidCredentialsException()
Creates a new InvalidCredentialsException with a
null detail message. |
InvalidCredentialsException(java.lang.String message)
Creates a new InvalidCredentialsException with the specified message.
|
InvalidCredentialsException(java.lang.String message,
java.lang.Throwable cause)
Creates a new InvalidCredentialsException with the specified detail message and cause.
|
public InvalidCredentialsException()
null detail message.public InvalidCredentialsException(java.lang.String message)
message - the exception detail messagepublic InvalidCredentialsException(java.lang.String message,
java.lang.Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a Throwable