-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: taskA general taskA general task
Milestone
Description
The javadoc for RestClientException
says (emphasise is mine):
Base class for exceptions thrown by
{@link RestTemplate}
whenever it encounters client-side HTTP errors
But one of its subclasses is HttpServerErrorException
, so clearly RestClientException
signals both client- and server-side errors.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: taskA general taskA general task