Update RestClientException Javadoc to refer to RestClient #34270
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
Milestone
According to the reference documentation, the
RestClient
introduced in Spring 6 "throws a subclass of RestClientException when retrieving a response with a 4xx or 5xx status code".The API documentation of
RestClientException
currently only mentionsRestTemplate
, it would be helpful if there was a referral toRestClient
here as well.The text was updated successfully, but these errors were encountered: