Remove the declaration of thrown exception 16/98516/1
authoranushadasari <danush10@in.ibm.com>
Mon, 18 Nov 2019 15:24:36 +0000 (20:54 +0530)
committeranushadasari <danush10@in.ibm.com>
Mon, 18 Nov 2019 15:24:48 +0000 (20:54 +0530)
Remove the declaration of thrown exception 'com.fasterxml.jackson.core.JsonParseException' which is a subclass of 'java.io.IOException'.

Issue-ID: OPTFRA-632
Change-Id: I3e5778420d19d98a625590cc547a8590b0d9641a
Signed-off-by: anushadasari <danush10@in.ibm.com>
cmso-optimizer/src/main/java/org/onap/optf/cmso/optimizer/clients/ticketmgt/TicketMgtClient.java

index 1ba21e0..109493b 100644 (file)
@@ -119,7 +119,7 @@ public class TicketMgtClient {
     }
 
     private ActiveTicketsRequest buildRequest(OptimizerRequest optimizerRequest)
-                    throws JsonParseException, JsonMappingException, IOException {
+                    throws IOException {
         UUID uuid = UUID.fromString(optimizerRequest.getRequestId());
         Topology topologyRow = topologyRequestManager.getExistingTopology(uuid);
         String topologyString = topologyRow.getTopology();