Uses of Class
org.springframework.web.client.DefaultResponseErrorHandler
Packages that use DefaultResponseErrorHandler Package Description org.springframework.web.client Core package of the client-side web support.Uses of DefaultResponseErrorHandler in org.springframework.web.client
Subclasses of DefaultResponseErrorHandler in org.springframework.web.client Modifier and Type Class Description classExtractingResponseErrorHandlerImplementation ofResponseErrorHandlerthat usesHttpMessageConvertersto convert HTTP error responses toRestClientExceptions.