TSK-549: removed unused SQLException from method signature.

This commit is contained in:
Holger Hagen 2018-06-11 16:30:37 +02:00 committed by BerndBreier
parent a93c408cc3
commit 6e42863f07
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class CreateWorkbasketAccTest extends AbstractAccTest {
groupNames = {"businessadmin"})
@Test(expected = WorkbasketAlreadyExistException.class)
public void testThrowsExceptionIfWorkbasketWithCaseInsensitiveSameKeyDomainIsCreated()
throws SQLException, NotAuthorizedException, InvalidArgumentException, WorkbasketNotFoundException,
throws NotAuthorizedException, InvalidArgumentException, WorkbasketNotFoundException,
InvalidWorkbasketException, WorkbasketAlreadyExistException, DomainNotFoundException {
WorkbasketService workbasketService = taskanaEngine.getWorkbasketService();