Remove unused exceptions
[controller.git] / opendaylight / config / netty-threadgroup-config / src / main / java / org / opendaylight / controller / config / yang / netty / threadgroup / NioEventLoopGroupCloseable.java
index 5f92f943e38253b2dad493b14343749393d5a162..51bf1f0e5272b99ae9aee636c903d8880da06bc9 100644 (file)
@@ -19,7 +19,7 @@ public class NioEventLoopGroupCloseable extends NioEventLoopGroup implements Aut
     }
 
     @Override
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         shutdownGracefully(0, 1, TimeUnit.SECONDS);
     }
 
         shutdownGracefully(0, 1, TimeUnit.SECONDS);
     }