Merge "Fixed for bug : 1171 - issue while creating subnet"
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / exceptions / PrimaryNotFoundException.java
index 5a131ade330d8bc8a6a0fa884c553ec128c621e2..7b07053fd937e8709a4a5b258d6ff9adc4f5c5c1 100644 (file)
@@ -9,4 +9,7 @@
 package org.opendaylight.controller.cluster.datastore.exceptions;
 
 public class PrimaryNotFoundException extends RuntimeException {
 package org.opendaylight.controller.cluster.datastore.exceptions;
 
 public class PrimaryNotFoundException extends RuntimeException {
+    public PrimaryNotFoundException(String message){
+        super(message);
+    }
 }
 }