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.decorator 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 voidEventSourcedRegistryStorage. 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 voidRegistryStorage. createGroup(GroupMetaDataDto group)Creates a new empty group and stores it's metadata. -
Uses of GroupAlreadyExistsException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw GroupAlreadyExistsException Modifier and Type Method Description voidRegistryStorageDecorator. createGroup(GroupMetaDataDto group) -
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 voidAbstractSqlRegistryStorage. createGroup(GroupMetaDataDto group)
-