Remove redundant exception declarations
[openflowplugin.git] / applications / southbound-cli / src / main / java / org / opendaylight / openflowplugin / applications / southboundcli / cli / ReconciliationCount.java
index ae322c3d4b7c9a8aa977fbe7ba4fa358bdea6531..7d2f254788e03d186bee43cd8c2b16867b8026ef 100644 (file)
@@ -27,7 +27,7 @@ public class ReconciliationCount extends OsgiCommandSupport {
     }
 
     @Override
-    protected Object doExecute() throws Exception {
+    protected Object doExecute() {
         List<ReconcileCounter> result = ShellUtil.getReconcileCount(dataBroker);
         if (result.isEmpty()) {
             session.getConsole().println("Reconciliation count not yet available for openflow nodes.");