Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / persisted / ApplyJournalEntries.java
index ef3c8660d618e934134ecc74c793621ad676a9b4..3c0a8ac700c7de8e4e1fd156eb07ffbf0761d614 100644 (file)
@@ -45,7 +45,7 @@ public class ApplyJournalEntries implements Serializable, ControlMessage {
         }
 
         @Override
-        public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException {
+        public void readExternal(final ObjectInput in) throws IOException {
             applyEntries = new ApplyJournalEntries(in.readLong());
         }