Uses of Class
com.azure.core.exception.HttpResponseException
Packages that use HttpResponseException
Package
Description
This package contains the core exception classes used throughout the Azure SDKs.
-
Uses of HttpResponseException in com.azure.core.exception
Subclasses of HttpResponseException 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.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.classTheTooManyRedirectsExceptionrepresents an exception thrown when an HTTP request has reached the maximum number of redirect attempts.