Class TenantManagerClientErrorHandler
- java.lang.Object
-
- io.apicurio.multitenant.client.exception.TenantManagerClientErrorHandler
-
- All Implemented Interfaces:
io.apicurio.rest.client.error.RestClientErrorHandler
public class TenantManagerClientErrorHandler extends Object implements io.apicurio.rest.client.error.RestClientErrorHandler
-
-
Constructor Summary
Constructors Constructor Description TenantManagerClientErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.apicurio.rest.client.error.ApicurioRestClientException
handleErrorResponse(InputStream body, int statusCode)
io.apicurio.rest.client.error.ApicurioRestClientException
parseError(Exception e)
io.apicurio.rest.client.error.ApicurioRestClientException
parseInputSerializingError(com.fasterxml.jackson.core.JsonProcessingException e)
-
-
-
Method Detail
-
handleErrorResponse
public io.apicurio.rest.client.error.ApicurioRestClientException handleErrorResponse(InputStream body, int statusCode)
- Specified by:
handleErrorResponse
in interfaceio.apicurio.rest.client.error.RestClientErrorHandler
-
parseError
public io.apicurio.rest.client.error.ApicurioRestClientException parseError(Exception e)
- Specified by:
parseError
in interfaceio.apicurio.rest.client.error.RestClientErrorHandler
-
parseInputSerializingError
public io.apicurio.rest.client.error.ApicurioRestClientException parseInputSerializingError(com.fasterxml.jackson.core.JsonProcessingException e)
- Specified by:
parseInputSerializingError
in interfaceio.apicurio.rest.client.error.RestClientErrorHandler
-
-