Sonar Blocker 99/12999/2
authoramshegokar <AS00500801@techmahindra.com>
Mon, 18 Sep 2017 06:44:28 +0000 (12:14 +0530)
committerSkip Wonnell <skip@att.com>
Mon, 18 Sep 2017 17:35:34 +0000 (17:35 +0000)
Sonar Blocker for appc client-simulator
Change-Id: Ia7c4d115e2fcbd29eb132791958286b097118431
Issue-ID: APPC-210
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
appc-client/client-simulator/src/main/java/org/openecomp/appc/simulator/client/impl/JsonRequestHandler.java

index de1a205..1129322 100644 (file)
@@ -151,7 +151,7 @@ public class JsonRequestHandler implements RequestHandler {
             if ((mode % 2) == 0) {
                 return modeT.SYNCH;
             }
-        }catch (Throwable ex) {
+        }catch (Exception ex) {
             //use ASYNC as default, if value is not integer.
         }
         return modeT.ASYNCH;