public class InvalidCredentialsException extends AuthenticationException
| Constructor and Description | 
|---|
| InvalidCredentialsException()Creates a new InvalidCredentialsException with a  nulldetail message. | 
| InvalidCredentialsException(String message)Creates a new InvalidCredentialsException with the specified message. | 
| InvalidCredentialsException(String message,
                           Throwable cause)Creates a new InvalidCredentialsException with the specified detail message and cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCredentialsException()
null detail message.public InvalidCredentialsException(String message)
message - the exception detail messagepublic InvalidCredentialsException(String message, Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
 if the cause is unavailable, unknown, or not a ThrowableCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.