Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / persisted / DeleteEntries.java
index 70ad119b5a77872903c6b7526476ba24974af9c3..57f5af3a034e90d31f716eea1da38626832f593f 100644 (file)
@@ -41,7 +41,7 @@ public class DeleteEntries implements Serializable {
         }
 
         @Override
-        public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException {
+        public void readExternal(final ObjectInput in) throws IOException {
             deleteEntries = new DeleteEntries(in.readLong());
         }