CreateGroup: Remove declaration of unthrown ResourceNotFoundException

Change-Id: I43ccb5ddaeb49e93990613d4a8af4c158cc81371
This commit is contained in:
David Pursehouse
2017-08-04 10:50:59 +02:00
parent 3cdba8086e
commit 64c4e42327

View File

@@ -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()) {