Remove unused exceptions
[netconf.git] / netconf / netconf-monitoring / src / main / java / org / opendaylight / netconf / monitoring / Get.java
index 7aa2c2a4d7c99e72639953698e501447d1c8ca6e..4eaf60496c69352465de68969c35dfa76f7e3cd1 100644 (file)
@@ -85,8 +85,7 @@ public class Get extends AbstractNetconfOperation {
 
     @Override
     protected Element handle(final Document document, final XmlElement message,
-                             final NetconfOperationChainedExecution subsequentOperation)
-            throws DocumentedException {
+                             final NetconfOperationChainedExecution subsequentOperation) {
         throw new UnsupportedOperationException("Never gets called");
     }
 }