Generated by
JDiff

Class org.springframework.web.client.HttpClientErrorException

Added Constructors
HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) Construct a new instance of {@code HttpClientErrorException} based on an HttpStatus, status text, and response body content.
 

Changed Constructors
HttpClientErrorException(HttpStatus) Documentation changed from old to new.
Construct a new instance of {@code HttpClientErrorException} based on an HttpStatus.
HttpClientErrorException(HttpStatus, String) Documentation changed from old to new.
Construct a new instance of {@code HttpClientErrorException} based on an HttpStatus and status text.
HttpClientErrorException(HttpStatus, String, byte[], Charset) Documentation changed from old to new.
Construct a new instance of {@code HttpClientErrorException} based on an HttpStatus, status text, and response body content.