Merge "Remove redundant exception declarations"
[openflowplugin.git] / applications / reconciliation-framework / src / main / java / org / opendaylight / openflowplugin / applications / reconciliation / cli / GetRegisteredServices.java
index e0fdc2afa61e0b47add1e688747a6271d01fa2be..1b7c67cfcffd515506acc81c0258e70e5df699aa 100644 (file)
@@ -35,7 +35,7 @@ public class GetRegisteredServices extends OsgiCommandSupport {
     }
 
     @Override
-    protected Object doExecute() throws Exception {
+    protected Object doExecute() {
         LOG.debug("Executing getRegisteredServices to Reconciliation Framework command");
         if (reconciliationManager.getRegisteredServices().isEmpty()) {
             session.getConsole().println("No Services have registered to Reconciliation Framework");