Uses of Class
org.springframework.web.reactive.function.client.WebClientException
Packages that use WebClientException
Package
Description
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer.-
Uses of WebClientException in org.springframework.web.reactive.function.client
Subclasses of WebClientException in org.springframework.web.reactive.function.clientModifier and TypeClassDescriptionclassException thrown when an unknown (or custom) HTTP status code is received.classExceptions that contain actual HTTP request data.classExceptions that contain actual HTTP response data.static classWebClientResponseExceptionfor HTTP status 502 Bad Gateway.static classWebClientResponseExceptionfor status HTTP 400 Bad Request.static classWebClientResponseExceptionfor status HTTP 409 Conflict.static classWebClientResponseExceptionfor status HTTP 403 Forbidden.static classWebClientResponseExceptionfor status HTTP 504 Gateway Timeout.static classWebClientResponseExceptionfor status HTTP 410 Gone.static classWebClientResponseExceptionfor status HTTP 500 Internal Server Error.static classWebClientResponseExceptionfor status HTTP 405 Method Not Allowed.static classWebClientResponseExceptionfor status HTTP 406 Not Acceptable.static classWebClientResponseExceptionfor status HTTP 404 Not Found.static classWebClientResponseExceptionfor status HTTP 501 Not Implemented.static classWebClientResponseExceptionfor status HTTP 503 Service Unavailable.static classWebClientResponseExceptionfor status HTTP 429 Too Many Requests.static classWebClientResponseExceptionfor status HTTP 401 Unauthorized.static classWebClientResponseExceptionfor status HTTP 422 Unprocessable Entity.static classWebClientResponseExceptionfor status HTTP 415 Unsupported Media Type.