Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / persisted / ShardSnapshotState.java
index 5275582f079ba188eb71bf7fcc1c15bd6c082af1..8f22c0ec2dc2b2fe5bed0033b2bd18657263c27d 100644 (file)
@@ -46,7 +46,7 @@ public class ShardSnapshotState implements Snapshot.State {
         }
 
         @Override
-        public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException {
+        public void readExternal(final ObjectInput in) throws IOException {
             snapshotState = new ShardSnapshotState(ShardDataTreeSnapshot.deserialize(in));
         }