BUG-8639: always invalidate primary info cache
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / exceptions / PrimaryNotFoundException.java
index 5a131ade330d8bc8a6a0fa884c553ec128c621e2..2f82ccf10280531520ff66c445c86ae3cf241918 100644 (file)
@@ -9,4 +9,9 @@
 package org.opendaylight.controller.cluster.datastore.exceptions;
 
 public class PrimaryNotFoundException extends RuntimeException {
+    private static final long serialVersionUID = 1L;
+
+    public PrimaryNotFoundException(String message) {
+        super(message);
+    }
 }