Authentication credentials required to respond to a authentication challenge are not available
| Constructor and description | 
|---|
                                CredentialsNotAvailableException
                                ()Creates a new CredentialsNotAvailableException with a null detail message.  | 
                        
                                CredentialsNotAvailableException
                                (java.lang.String message)Creates a new CredentialsNotAvailableException with the specified message.  | 
                        
                                CredentialsNotAvailableException
                                (java.lang.String message, java.lang.Throwable cause)Creates a new CredentialsNotAvailableException with the specified detail message and cause.  | 
                        
Creates a new CredentialsNotAvailableException with a null detail message.
Creates a new CredentialsNotAvailableException with the specified message.
message -  the exception detail messageCreates a new CredentialsNotAvailableException with the specified detail message and cause.
message -  the exception detail messagecause -    the Throwable that caused this exception, or
                null if the cause is unavailable, unknown, or not a
                Throwable