Support create/delete interfaces for regen
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / openroadminterfaces / OpenRoadmInterfaceException.java
index 9f058a380011e1b07ae91d9c95e3ce1e6c9cfb0a..6f77b56544c2bdde79496b68f4523d056fe8820e 100644 (file)
@@ -26,4 +26,9 @@ public class OpenRoadmInterfaceException extends Exception {
         return String.format(
             "Unable to get mapping from PortMapping for node %s and logical connection port %s", node, port);
     }
+
+    public static final String mapping_xpdrtype_err(String node, String port) {
+        return String.format(
+                "Unable to get XpdrType from PortMapping for node % and logical connection port %s", node, port);
+    }
 }