Generated by
JDiff

Class org.springframework.web.client.HttpServerErrorException

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

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