Uses of Class
io.apicurio.registry.storage.GroupAlreadyExistsException
-
Packages that use GroupAlreadyExistsException Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.impl.sql -
-
Uses of GroupAlreadyExistsException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw GroupAlreadyExistsException Modifier and Type Method Description void
EventSourcedRegistryStorage. createGroup(GroupMetaDataDto group)
-
Uses of GroupAlreadyExistsException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw GroupAlreadyExistsException Modifier and Type Method Description void
RegistryStorage. createGroup(GroupMetaDataDto group)
Creates a new empty group and stores it's metadata. -
Uses of GroupAlreadyExistsException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw GroupAlreadyExistsException Modifier and Type Method Description void
AbstractSqlRegistryStorage. createGroup(GroupMetaDataDto group)
-