public class CredentialUnavailableException
extends com.azure.core.exception.ClientAuthenticationException
TokenCredential did not attempt to authenticate and retrieve AccessToken,
as its prerequisite information or state was not available.| Constructor and Description |
|---|
CredentialUnavailableException(String message)
Initializes a new instance of the
CredentialUnavailableException class. |
CredentialUnavailableException(String message,
Throwable cause)
Initializes a new instance of the
CredentialUnavailableException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CredentialUnavailableException(String message)
CredentialUnavailableException class.message - The exception message.public CredentialUnavailableException(String message, Throwable cause)
CredentialUnavailableException class.message - The exception message.cause - The Throwable which caused the creation of this exception.Copyright © 2021 Microsoft Corporation. All rights reserved.