Class RequestTimeoutException

  • All Implemented Interfaces:
    Serializable

    public class RequestTimeoutException
    extends AzureException
    This exception is thrown when the Azure API returns a 408 Request Timeout response.
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestTimeoutException

        public RequestTimeoutException​(Exception origin,
                                       String message,
                                       RestRequestInfo request,
                                       RestRequestResponseInfo response)
        Creates a new instance of this class.
        Parameters:
        origin - The origin of the exception.
        message - The message of the exception.
        request - The information about the request.
        response - The information about the response.