Use a static YangInstanceIdentifier in AbstractEntityOwnerChangeListener
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / exceptions / PrimaryNotFoundException.java
index 5a131ade330d8bc8a6a0fa884c553ec128c621e2..c98e2bd384c4b976e041e24f99d57cd6e623a55d 100644 (file)
@@ -9,4 +9,8 @@
 package org.opendaylight.controller.cluster.datastore.exceptions;
 
 public class PrimaryNotFoundException extends RuntimeException {
+    private static final long serialVersionUID = 1L;
+    public PrimaryNotFoundException(String message){
+        super(message);
+    }
 }