Uses of Class
com.azure.core.exception.AzureException
Packages that use AzureException
Package
Description
Package containing core exception classes.
Package containing the error types for Azure ARM client.
-
Uses of AzureException in com.azure.core.exception
Subclasses of AzureException in com.azure.core.exceptionModifier and TypeClassDescriptionclassThe exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.classError raised during response deserialization.classThe exception when an HTTP request fails.classThe exception thrown when an unsuccessful response is received with http status code (e.g.classThe exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.classThe exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.classAn error response, typically triggered by a 412 response (for update) or 404 (for get/post)classA runtime exception indicating service response failure caused by one of the following scenarios: The request was sent, but the client failed to understand the response.classThis exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX. -
Uses of AzureException in com.azure.core.management.exception
Subclasses of AzureException in com.azure.core.management.exceptionModifier and TypeClassDescriptionclassException thrown for an invalid response with custom error information.