Uses of Class
io.apicurio.registry.storage.ContentNotFoundException
-
Packages that use ContentNotFoundException Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.impl.sql -
-
Uses of ContentNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw ContentNotFoundException Modifier and Type Method Description ContentHandle
EventSourcedRegistryStorage. getArtifactByContentHash(String contentHash)
ContentHandle
EventSourcedRegistryStorage. getArtifactByContentId(long contentId)
-
Uses of ContentNotFoundException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw ContentNotFoundException Modifier and Type Method Description ContentHandle
RegistryStorage. getArtifactByContentHash(String contentHash)
Gets some artifact content by the SHA-256 hash of that content.ContentHandle
RegistryStorage. getArtifactByContentId(long contentId)
Gets some artifact content by the unique contentId. -
Uses of ContentNotFoundException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw ContentNotFoundException Modifier and Type Method Description ContentHandle
AbstractSqlRegistryStorage. getArtifactByContentHash(String contentHash)
ContentHandle
AbstractSqlRegistryStorage. getArtifactByContentId(long contentId)
-