Feature uses features-parent as parent
[groupbasedpolicy.git] / renderers / opflex / src / main / java / org / opendaylight / groupbasedpolicy / renderer / opflex / lib / OpflexConnectionService.java
index 247895b20173f15c7d3c119d2160e1b317406c9d..1f16bf5b0cb8495dbc1c4f00cc841872e964a041 100644 (file)
@@ -650,8 +650,8 @@ public class OpflexConnectionService implements ConnectionService, RpcBroker, Rp
          */
         try {
             endpoint.sendResponse(response);
-        } catch (Throwable e) {
-            logger.error("Throwable for sending {}, {}", message, e);
+        } catch (Exception e) {
+            logger.error("Exception for sending {}, {}", message, e);
         }
     }
 
@@ -717,8 +717,8 @@ public class OpflexConnectionService implements ConnectionService, RpcBroker, Rp
 
         try {
             endpoint.sendRequest(ourId);
-        } catch (Throwable t) {
-            logger.error("Couldn't send Identity {}", t);
+        } catch (Exception e) {
+            logger.error("Couldn't send Identity {}", e);
         }
     }