Class AuthErrorHandler
- java.lang.Object
-
- io.apicurio.rest.client.auth.exception.AuthErrorHandler
-
- All Implemented Interfaces:
RestClientErrorHandler
public class AuthErrorHandler extends Object implements RestClientErrorHandler
-
-
Constructor Summary
Constructors Constructor Description AuthErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApicurioRestClientExceptionhandleErrorResponse(InputStream body, int statusCode)ApicurioRestClientExceptionparseError(Exception ex)ApicurioRestClientExceptionparseInputSerializingError(com.fasterxml.jackson.core.JsonProcessingException ex)
-
-
-
Method Detail
-
handleErrorResponse
public ApicurioRestClientException handleErrorResponse(InputStream body, int statusCode)
- Specified by:
handleErrorResponsein interfaceRestClientErrorHandler
-
parseError
public ApicurioRestClientException parseError(Exception ex)
- Specified by:
parseErrorin interfaceRestClientErrorHandler
-
parseInputSerializingError
public ApicurioRestClientException parseInputSerializingError(com.fasterxml.jackson.core.JsonProcessingException ex)
- Specified by:
parseInputSerializingErrorin interfaceRestClientErrorHandler
-
-