Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / rpc / RpcManagerImplTest.java
index 90c920f6f78a181fbd36da439b83992fc4ebc9b2..2da9fcb414439bb090c5e1452afb2b8a8c0f1ab4 100644 (file)
@@ -94,7 +94,7 @@ public class RpcManagerImplTest {
     }
 
     @Test
-    public void createContext() throws Exception {
+    public void createContext() {
         final RpcContext context = rpcManager.createContext(deviceContext);
         assertEquals(deviceInfo, context.getDeviceInfo());
     }