public class OAuth2ErrorResponseErrorHandler
extends java.lang.Object
implements org.springframework.web.client.ResponseErrorHandler
ResponseErrorHandler that handles an OAuth 2.0 Error.ResponseErrorHandler,
OAuth2Error| Constructor and Description |
|---|
OAuth2ErrorResponseErrorHandler() |
| 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