Uses of Class
io.apicurio.registry.types.RegistryException
-
-
Uses of RegistryException in io.apicurio.registry.ccompat.rest.error
Subclasses of RegistryException in io.apicurio.registry.ccompat.rest.error Modifier and Type Class Description classConflictExceptionThis exception covers the following errors in the compat API: - 409 Conflict – Incompatible schemaclassOperationNotSupportedExceptionclassUnprocessableEntityExceptionThis exception covers the following errors in the compat API: - Error code 42201 – Invalid schema - Error code 42202 – Invalid schema version - Error code 42203 – Invalid compatibility level -
Uses of RegistryException in io.apicurio.registry.mt
Subclasses of RegistryException in io.apicurio.registry.mt Modifier and Type Class Description classTenantNotAuthorizedExceptionclassTenantNotFoundException -
Uses of RegistryException in io.apicurio.registry.mt.limits
Subclasses of RegistryException in io.apicurio.registry.mt.limits Modifier and Type Class Description classLimitExceededException -
Uses of RegistryException in io.apicurio.registry.rest
Subclasses of RegistryException in io.apicurio.registry.rest Modifier and Type Class Description classMissingRequiredParameterExceptionclassParametersConflictException -
Uses of RegistryException in io.apicurio.registry.rules
Subclasses of RegistryException in io.apicurio.registry.rules Modifier and Type Class Description classDefaultRuleDeletionExceptionException thrown when attempting to delete a configured default rule.classRuleViolationExceptionException thrown when a configured rule is violated, rejecting an artifact content update. -
Uses of RegistryException in io.apicurio.registry.storage
Subclasses of RegistryException in io.apicurio.registry.storage Modifier and Type Class Description classAlreadyExistsExceptionclassArtifactAlreadyExistsExceptionclassArtifactNotFoundExceptionclassContentNotFoundExceptionclassDownloadNotFoundExceptionclassGroupAlreadyExistsExceptionclassGroupNotFoundExceptionclassInvalidArtifactIdExceptionclassInvalidArtifactStateExceptionclassInvalidArtifactTypeExceptionclassInvalidGroupIdExceptionclassInvalidPropertiesExceptionclassLogConfigurationNotFoundExceptionclassNotFoundExceptionclassRegistryStorageExceptionclassRoleMappingAlreadyExistsExceptionclassRoleMappingNotFoundExceptionclassRuleAlreadyExistsExceptionclassRuleNotFoundExceptionclassStorageExceptionBase class for all artifactStore exceptions.classVersionNotFoundException
-