Generated by
JDiff

Class org.springframework.web.client.UnknownHttpStatusCodeException

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

Changed Methods
int getRawStatusCode() Method was locally defined, but is now inherited from RestClientResponseException. Return the raw HTTP status code value.
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.