Generated by
JDiff

Class org.springframework.web.client.HttpStatusCodeException

The superclass changed from org.springframework.web.client.RestClientException to org.springframework.web.client.RestClientResponseException.

Changed Methods
byte[] getResponseBodyAsByteArray() Method was locally defined, but is now inherited from RestClientResponseException. Return the response body as a byte array.
String getResponseBodyAsString() Method was locally defined, but is now inherited from RestClientResponseException. Return the response body as a string.
HttpHeaders getResponseHeaders() Method was locally defined, but is now inherited from RestClientResponseException. Return the HTTP response headers.
String getStatusText() Method was locally defined, but is now inherited from RestClientResponseException. Return the HTTP status text.