Uses of Class
org.springframework.web.reactive.function.client.WebClientResponseException
Packages that use WebClientResponseException
Package
Description
Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.Classes supporting the 
org.springframework.web.reactive.function.client package.- 
Uses of WebClientResponseException in org.springframework.web.reactive.function.clientModifier and TypeClassDescriptionclassException thrown when an unknown (or custom) HTTP status code is received.static classWebClientResponseExceptionfor status HTTP HTTP 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.Methods in org.springframework.web.reactive.function.client that return WebClientResponseExceptionModifier and TypeMethodDescriptionstatic WebClientResponseExceptionWebClientResponseException.create(int statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset) CreateWebClientResponseExceptionor an HTTP status specific subclass.static WebClientResponseExceptionWebClientResponseException.create(int statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset, HttpRequest request) CreateWebClientResponseExceptionor an HTTP status specific subclass.static WebClientResponseExceptionWebClientResponseException.create(HttpStatusCode statusCode, String statusText, HttpHeaders headers, byte[] body, Charset charset, HttpRequest request) CreateWebClientResponseExceptionor an HTTP status specific subclass.Methods in org.springframework.web.reactive.function.client that return types with arguments of type WebClientResponseExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebClientResponseException>ClientResponse.createException()Create aWebClientResponseExceptionthat contains the response status, headers, body, and the originating request.
- 
Uses of WebClientResponseException in org.springframework.web.reactive.function.client.supportMethods in org.springframework.web.reactive.function.client.support that return types with arguments of type WebClientResponseExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebClientResponseException>ClientResponseWrapper.createException()