197198199200201202203204205
statement.setInt(1, resourceID); statement.setInt(2, projectID); statement.setBoolean(3, leader); statement.executeUpdate(); } catch (SQLException e) { throw new UserWorkOnThisProjectException(); } }