Uses of Class
io.apicurio.registry.rest.client.exception.RestClientException
-
Packages that use RestClientException Package Description io.apicurio.registry.rest.client.exception -
-
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
ContentNotFoundException
class
DefaultRuleDeletionException
class
GroupNotFoundException
class
InvalidArtifactStateException
class
InvalidArtifactTypeException
class
InvalidGroupIdException
class
LimitExceededException
class
LogConfigurationNotFoundException
class
MissingRequiredParameterException
class
NotFoundException
class
ParametersConflictException
class
RoleMappingAlreadyExistsException
class
RoleMappingNotFoundException
class
RuleAlreadyExistsException
class
RuleNotFoundException
class
RuleViolationException
class
TenantManagerClientException
class
TenantNotAuthorizedException
class
TenantNotFoundException
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)
-