Remove unused exceptions
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / commands / ClosedTransactionExceptionTest.java
index e3750ae886853adcb53cc4c80c2e0ae8f77c3845..9900abe3885dbd94faa0921f4cd07f665b7a2076 100644 (file)
@@ -32,7 +32,7 @@ public class ClosedTransactionExceptionTest extends RequestExceptionTest<ClosedT
     }
 
     @Test
-    public void testIsSuccessful() throws Exception {
+    public void testIsSuccessful() {
         Assert.assertEquals(true, OBJECT.isSuccessful());
     }