Enable checkstyle
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / exceptions / NotInitializedException.java
index 302d68432275f835e54892da0deb49479c18ac09..ba40c8cd601f841493b0cc42e59313d28035a993 100644 (file)
@@ -8,6 +8,8 @@
 package org.opendaylight.controller.cluster.datastore.exceptions;
 
 public class NotInitializedException extends RuntimeException {
+    private static final long serialVersionUID = 1L;
+
     public NotInitializedException(String message) {
         super(message);
     }