HttpStatusCodeException (Spring Framework 5.3.20 API)
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/HttpStatusCodeException.html
protected HttpStatusCodeException ( HttpStatus statusCode, String statusText, @Nullable HttpHeaders responseHeaders, @Nullable byte [] responseBody, @Nullable Charset responseCharset) Construct instance with an HttpStatus, status text, content, and a response charset. Parameters: statusCode - the status code. statusText - the status text.
DA: 76 PA: 17 MOZ Rank: 40