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

    Modifier and Type
    Class
    Description
    class 
    The ClientAuthenticationException represents an exception thrown when client authentication fails with a status code of 4XX, typically 401 unauthorized.
    class 
    The DecodeException represents an exception thrown when the HTTP response could not be decoded during the deserialization process.
    class 
    The ResourceExistsException represents an exception thrown when an HTTP request attempts to create a resource that already exists.
    class 
    The ResourceModifiedException represents an exception thrown when an HTTP request attempts to modify a resource in a way that is not allowed.
    class 
    The ResourceNotFoundException represents an exception thrown when an HTTP request attempts to access a resource that does not exist.
    class 
    The TooManyRedirectsException represents an exception thrown when an HTTP request has reached the maximum number of redirect attempts.