Bug 451 - Fix netconf exception handling
[controller.git] / opendaylight / netconf / netconf-mapping-api / src / main / java / org / opendaylight / controller / netconf / mapping / api / NetconfOperation.java
index b70f8dbd39ac9d489b0cb3c1f5cbe8f5f688e054..c7298cbf1e4ae42e91976868cc93851c77bf8f7b 100644 (file)
@@ -33,7 +33,7 @@ public interface NetconfOperation {
      * @param requestMessage
      * @return
      */
-    HandlingPriority canHandle(Document requestMessage);
+    HandlingPriority canHandle(Document message) throws NetconfDocumentedException;
 
     /**
      * Execute current netconf operation and trigger execution of subsequent