Uses of Class
org.craftercms.studio.api.v1.exception.security.GroupAlreadyExistsException
Packages that use GroupAlreadyExistsException
Package
Description
-
Uses of GroupAlreadyExistsException in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that throw GroupAlreadyExistsExceptionModifier and TypeMethodDescriptionGroupService.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged) Create group -
Uses of GroupAlreadyExistsException in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that throw GroupAlreadyExistsExceptionModifier and TypeMethodDescriptionGroupServiceInternal.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged) -
Uses of GroupAlreadyExistsException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type GroupAlreadyExistsExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleGroupAlreadyExistsException(javax.servlet.http.HttpServletRequest request, GroupAlreadyExistsException e) Methods in org.craftercms.studio.controller.rest.v2 that throw GroupAlreadyExistsExceptionModifier and TypeMethodDescriptionGroupsController.createGroup(@Valid Group group) Create group API -
Uses of GroupAlreadyExistsException in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that throw GroupAlreadyExistsExceptionModifier and TypeMethodDescriptionGroupServiceImpl.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged) -
Uses of GroupAlreadyExistsException in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that throw GroupAlreadyExistsExceptionModifier and TypeMethodDescriptionGroupServiceInternalImpl.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged)