Class CloudControllerResponseErrorHandler
- java.lang.Object
-
- org.springframework.web.client.DefaultResponseErrorHandler
-
- com.sap.cloudfoundry.client.facade.rest.CloudControllerResponseErrorHandler
-
- All Implemented Interfaces:
org.springframework.web.client.ResponseErrorHandler
public class CloudControllerResponseErrorHandler extends org.springframework.web.client.DefaultResponseErrorHandler
-
-
Constructor Summary
Constructors Constructor Description CloudControllerResponseErrorHandler()
-
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
-
-