public class ErrorHandler
extends java.lang.Object
implements org.springframework.web.client.ResponseErrorHandler
Constructor and Description |
---|
ErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleError(org.springframework.http.client.ClientHttpResponse httpResponse) |
boolean |
hasError(org.springframework.http.client.ClientHttpResponse httpResponse) |
public boolean hasError(org.springframework.http.client.ClientHttpResponse httpResponse) throws java.io.IOException
hasError
in interface org.springframework.web.client.ResponseErrorHandler
java.io.IOException
public void handleError(org.springframework.http.client.ClientHttpResponse httpResponse) throws java.io.IOException, ResourceException
handleError
in interface org.springframework.web.client.ResponseErrorHandler
java.io.IOException
ResourceException
Copyright © 2017-2022 Okta. All Rights Reserved.