Uses of Class
com.azure.core.exception.AzureException
Packages that use AzureException
Package
Description
This package contains the core exception classes used throughout the Azure SDKs.
-
Uses of AzureException in com.azure.core.exception
Subclasses of AzureException in com.azure.core.exceptionModifier and TypeClassDescriptionclassTheClientAuthenticationExceptionrepresents an exception thrown when client authentication fails with a status code of 4XX, typically 401 unauthorized.classTheDecodeExceptionrepresents an exception thrown when the HTTP response could not be decoded during the deserialization process.classTheHttpRequestExceptionthat represents an exception thrown when an HTTP request fails.classTheHttpResponseExceptionrepresents an exception thrown when an unsuccessful HTTP response is received from a service request.classTheResourceExistsExceptionrepresents an exception thrown when an HTTP request attempts to create a resource that already exists.classTheResourceModifiedExceptionrepresents an exception thrown when an HTTP request attempts to modify a resource in a way that is not allowed.classTheResourceNotFoundExceptionrepresents an exception thrown when an HTTP request attempts to access a resource that does not exist.classTheServiceResponseExceptionrepresents an exception thrown when the client fails to understand the service response or the connection times out.classTheTooManyRedirectsExceptionrepresents an exception thrown when an HTTP request has reached the maximum number of redirect attempts.