Class AspspRestErrorHandler
- java.lang.Object
-
- org.springframework.web.client.DefaultResponseErrorHandler
-
- de.adorsys.aspsp.xs2a.connector.config.rest.AspspRestErrorHandler
-
- All Implemented Interfaces:
org.springframework.web.client.ResponseErrorHandler
public class AspspRestErrorHandler extends org.springframework.web.client.DefaultResponseErrorHandler
-
-
Constructor Summary
Constructors Constructor Description AspspRestErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleError(org.springframework.http.client.ClientHttpResponse response)-
Methods inherited from class org.springframework.web.client.DefaultResponseErrorHandler
getCharset, getHttpStatusCode, getResponseBody, handleError, hasError, hasError, hasError
-
-
-
-
Method Detail
-
handleError
public void handleError(org.springframework.http.client.ClientHttpResponse response) throws IOException- Specified by:
handleErrorin interfaceorg.springframework.web.client.ResponseErrorHandler- Overrides:
handleErrorin classorg.springframework.web.client.DefaultResponseErrorHandler- Throws:
IOException
-
-