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