Class NoOpResponseErrorHandler

java.lang.Object
org.springframework.web.client.NoOpResponseErrorHandler
All Implemented Interfaces:
ResponseErrorHandler

public final class NoOpResponseErrorHandler extends Object implements ResponseErrorHandler
A basic, no operation ResponseErrorHandler implementation suitable for ignoring any error.
Since:
6.1.7
Author:
Stephane Nicoll