Remove the declaration of thrown exception
Sonar Link:
https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1&open=AV5hThCs32hFUzlqeS1N&resolved=false&severities=MINOR
Location:
src/main/java/com/att/nsa/dmaap/service/ApiKeysRestService.java
Line No-195
Change-Id: I6c771a10b98ea999c928214205d8eb615d5b6be4
Issue-ID: DMAAP-394
Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
        @PUT
        @Path("/{apiKey}")
        public void updateApiKey(@PathParam("apiKey") String apiKeyName,
-                       ApiKeyBean nsaApiKey) throws CambriaApiException, JSONException {
+                       ApiKeyBean nsaApiKey) throws CambriaApiException  {
                log.info("Updating Api Key.");
 
                try {