Package com.azure.core.exception


package com.azure.core.exception
Package containing core exception classes.
  • Exceptions
    Class
    Description
    The base Azure exception.
    The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.
    Error raised during response deserialization.
    The exception when an HTTP request fails.
    The exception thrown when an unsuccessful response is received with http status code (e.g.
    The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.
    The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.
    An error response, typically triggered by a 412 response (for update) or 404 (for get/post)
    A 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.
    This exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX.
    This exception class represents an error when the specified input length doesn't match the data length.