Add slave/master end-to-end test
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / utils / ClusteringRpcException.java
index 01ea9202e51e9485369f3fc72c4900e9ba4178b2..fc0405b83778f243f288fefc4b2cedd849afc13b 100644 (file)
@@ -11,6 +11,8 @@ package org.opendaylight.netconf.topology.singleton.impl.utils;
 import org.opendaylight.controller.md.sal.dom.api.DOMRpcException;
 
 public class ClusteringRpcException extends DOMRpcException {
+    private static final long serialVersionUID = 1L;
+
     public ClusteringRpcException(String message) {
         super(message);
     }