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 7b07053fd937e8709a4a5b258d6ff9adc4f5c5c1..2f82ccf10280531520ff66c445c86ae3cf241918 100644 (file)
@@ -9,7 +9,9 @@
 package org.opendaylight.controller.cluster.datastore.exceptions;
 
 public class PrimaryNotFoundException extends RuntimeException {
-    public PrimaryNotFoundException(String message){
+    private static final long serialVersionUID = 1L;
+
+    public PrimaryNotFoundException(String message) {
         super(message);
     }
 }