Drop unused exceptions in elanmanager
[netvirt.git] / elanmanager / impl / src / main / java / org / opendaylight / netvirt / elan / cli / ElanAdd.java
index be7d58c59a66a46de02213371d2c637ff749c343..b0f7703d889fc2a7648051dce877ccbc4c54aaa2 100644 (file)
@@ -32,7 +32,7 @@ public class ElanAdd extends OsgiCommandSupport {
     }
 
     @Override
-    protected Object doExecute() throws Exception {
+    protected Object doExecute() {
         if (macTimeOut == -1) {
             macTimeOut = 30;
         }