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>
}
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();