Generated by
JDiff

Class org.springframework.web.reactive.function.client.WebClientResponseException

Added Constructors
WebClientResponseException(int, String, HttpHeaders, byte[], Charset) Constructor with response data only, and a default message.
 

Added Methods
WebClientResponseException create(int, String, HttpHeaders, byte[], Charset) Create {@code WebClientResponseException} or an HTTP status specific sub-class.