Uses of Class
io.apicurio.registry.rest.client.exception.RestClientException
-
Packages that use RestClientException Package Description io.apicurio.registry.rest.client.exception io.apicurio.registry.rest.client.request -
-
Uses of RestClientException in io.apicurio.registry.rest.client.exception
Subclasses of RestClientException in io.apicurio.registry.rest.client.exception Modifier and Type Class Description class
AlreadyExistsException
class
ArtifactAlreadyExistsException
class
ArtifactNotFoundException
class
BadRequestException
class
ConflictException
class
DefaultRuleDeletionException
class
ForbiddenException
class
InvalidArtifactStateException
class
InvalidArtifactTypeException
class
NotAuthorizedException
class
NotFoundException
class
RuleAlreadyExistsException
class
RuleNotFoundException
class
RuleViolationException
class
UnprocessableEntityException
class
VersionNotFoundException
Methods in io.apicurio.registry.rest.client.exception that return RestClientException Modifier and Type Method Description static RestClientException
ExceptionMapper. map(RestClientException ex)
Methods in io.apicurio.registry.rest.client.exception with parameters of type RestClientException Modifier and Type Method Description static RestClientException
ExceptionMapper. map(RestClientException ex)
Methods in io.apicurio.registry.rest.client.exception that throw RestClientException Modifier and Type Method Description static RestClientException
ExceptionMapper. map(RestClientException ex)
-
Uses of RestClientException in io.apicurio.registry.rest.client.request
Methods in io.apicurio.registry.rest.client.request that return RestClientException Modifier and Type Method Description static RestClientException
ErrorHandler. handleErrorResponse(InputStream body, HttpResponse.ResponseInfo responseInfo)
static RestClientException
ErrorHandler. parseError(Exception ex)
static RestClientException
ErrorHandler. parseInputSerializingError(com.fasterxml.jackson.core.JsonProcessingException ex)
-