Remove unused exceptions
[netconf.git] / netconf / netconf-mapping-api / src / main / java / org / opendaylight / netconf / mapping / api / NetconfOperationChainedExecution.java
index b7fae22c00b7d15d60f7201d2f951d23d4533881..8d0385948a133bc34ce40d8f78fca8eeba962f2d 100644 (file)
@@ -37,7 +37,7 @@ public interface NetconfOperationChainedExecution {
         }
 
         @Override
-        public Document execute(Document requestMessage) throws DocumentedException {
+        public Document execute(Document requestMessage) {
             throw new IllegalStateException("This execution represents the termination point in operation execution "
                     + "and cannot be executed itself");
         }