Package io.micronaut.http.client.exceptions
package io.micronaut.http.client.exceptions
HTTP Client exceptions.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionAn exception thrown when the server returned and empty, unreadable response.Strategy interface for decoding the error from a server respponse.Parent class for all HTTP client exceptions.Utility Class to work with
HttpClientException
.An exception that occurs when a response returns an error code equal to or greater than 400.Thrown when a request is made that has no host information.An exception thrown when a read timeout occurs.Exception raised when the connection is closed during the response.