public class RestErrorHandler
extends java.lang.Object
implements org.springframework.web.client.ResponseErrorHandler
Constructor and Description |
---|
RestErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleError(org.springframework.http.client.ClientHttpResponse clienthttpresponse) |
boolean |
hasError(org.springframework.http.client.ClientHttpResponse clienthttpresponse) |
public void handleError(org.springframework.http.client.ClientHttpResponse clienthttpresponse) throws java.io.IOException
handleError
in interface org.springframework.web.client.ResponseErrorHandler
java.io.IOException
public boolean hasError(org.springframework.http.client.ClientHttpResponse clienthttpresponse) throws java.io.IOException
hasError
in interface org.springframework.web.client.ResponseErrorHandler
java.io.IOException