Ensure AbstractUntypedActor#unknownMessage() is called
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / ShardWriteTransaction.java
index 18294a50fa454457aa4535444a2fd7a2eb0140da..2ad2488d6d652263c07327983c97e6b429a9c625 100644 (file)
@@ -41,8 +41,7 @@ public class ShardWriteTransaction extends ShardTransaction {
     }
 
     @Override
-    public void handleReceive(Object message) throws Exception {
-
+    public void handleReceive(Object message) {
         if (message instanceof BatchedModifications) {
             batchedModifications((BatchedModifications)message);
         } else {