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: Ibce8815c9c1edc3308ee00f2eb6063396dee133c
Signed-off-by: anushadasari <danush10@in.ibm.com>
* @throws JsonMappingException the json mapping exception
* @throws IOException Signals that an I/O exception has occurred.
*/
- public TopologyResponse getTopologyResponse(UUID uuid)
- throws JsonParseException, JsonMappingException, IOException {
+ public TopologyResponse getTopologyResponse(UUID uuid) throws IOException {
Topology row = getExistingTopology(uuid);
if (row != null) {
String responseString = row.getTopology();