Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / ReplicationWithSlicedPayloadIntegrationTest.java
index ea6de4106ada5c59000f91325e3e65ad612efae9..fda95eaa1d2f4a254240fe24aea6456fb32de767 100644 (file)
@@ -24,7 +24,7 @@ import org.opendaylight.controller.cluster.raft.base.messages.ApplyState;
 public class ReplicationWithSlicedPayloadIntegrationTest extends AbstractRaftActorIntegrationTest {
 
     @Test
-    public void runTest() throws Exception {
+    public void runTest() {
         testLog.info("ReplicationWithSlicedPayloadIntegrationTest starting");
 
         // Create the leader and 2 follower actors.