Uses of Class
io.apicurio.registry.types.RegistryException
-
Packages that use RegistryException Package Description io.apicurio.registry.ccompat.rest.error io.apicurio.registry.mt io.apicurio.registry.rest io.apicurio.registry.rules io.apicurio.registry.storage -
-
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 class
ConflictException
This exception covers the following errors in the compat API: - 409 Conflict – Incompatible schemaclass
OperationNotSupportedException
class
UnprocessableEntityException
This 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 class
TenantNotFoundException
-
Uses of RegistryException in io.apicurio.registry.rest
Subclasses of RegistryException in io.apicurio.registry.rest Modifier and Type Class Description class
MissingRequiredParameterException
-
Uses of RegistryException in io.apicurio.registry.rules
Subclasses of RegistryException in io.apicurio.registry.rules Modifier and Type Class Description class
DefaultRuleDeletionException
Exception thrown when attempting to delete a configured default rule.class
RuleViolationException
Exception 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 class
AlreadyExistsException
class
ArtifactAlreadyExistsException
class
ArtifactNotFoundException
class
ContentNotFoundException
class
GroupAlreadyExistsException
class
GroupNotFoundException
class
InvalidArtifactIdException
class
InvalidArtifactStateException
class
InvalidArtifactTypeException
class
InvalidGroupIdException
class
InvalidPropertiesException
class
LogConfigurationNotFoundException
class
NotFoundException
class
RegistryStorageException
class
RuleAlreadyExistsException
class
RuleNotFoundException
class
StorageException
Base class for all artifactStore exceptions.class
VersionNotFoundException
-