Uses of Class
org.springframework.web.reactive.function.client.WebClientResponseException
Packages that use WebClientResponseException Package Description org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.clientpackage.Uses of WebClientResponseException in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client that return WebClientResponseException Modifier and Type Method Description static 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.Methods in org.springframework.web.reactive.function.client that return types with arguments of type WebClientResponseException Modifier and Type Method Description reactor.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.support
Methods in org.springframework.web.reactive.function.client.support that return types with arguments of type WebClientResponseException Modifier and Type Method Description reactor.core.publisher.Mono<WebClientResponseException>ClientResponseWrapper. createException()