CreateGroup: Remove declaration of unthrown ResourceNotFoundException
Change-Id: I43ccb5ddaeb49e93990613d4a8af4c158cc81371
This commit is contained in:
@@ -173,7 +173,7 @@ public class CreateGroup implements RestModifyView<TopLevelResource, GroupInput>
|
||||
}
|
||||
|
||||
private AccountGroup createGroup(CreateGroupArgs createGroupArgs)
|
||||
throws OrmException, ResourceConflictException, IOException, ResourceNotFoundException {
|
||||
throws OrmException, ResourceConflictException, IOException {
|
||||
|
||||
// Do not allow creating groups with the same name as system groups
|
||||
for (String name : systemGroupBackend.getNames()) {
|
||||
|
||||
Reference in New Issue
Block a user