Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / DistributedDataStoreTest.java
index 8a4069e2e6125357e202efb5c7efc5fdf5bc856b..f3e6e4bbc950830fb8d72855f243a86987ba2c47 100644 (file)
@@ -46,7 +46,7 @@ public class DistributedDataStoreTest extends AbstractActorTest {
     private Timeout shardElectionTimeout;
 
     @Before
-    public void setUp() throws Exception {
+    public void setUp() {
         MockitoAnnotations.initMocks(this);
 
         schemaContext = TestModel.createTestContext();