Merge "OPNFLWPLUG-1076 Migrate lldp-speaker, forwardingrules-sync and arbitratorrecon...
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / connection / ErrorHandlerSimpleImplTest.java
index dd215eb0e03d89ff0c83db8ee1cd7409ffbe8eb4..12754dc556d30d6d50fd8bb356ab5a63b6d9d6b6 100644 (file)
@@ -18,7 +18,7 @@ public class ErrorHandlerSimpleImplTest extends TestCase {
     ErrorHandler errorHandler = new ErrorHandlerSimpleImpl();
 
     @Test
-    public void testHandleException() throws Exception {
+    public void testHandleException() {
         ConnectionException connectionException = new ConnectionException("Exception for testing purpose only.");
         errorHandler.handleException(connectionException);