Remove unused exceptions
[netconf.git] / netconf / netconf-impl / src / main / java / org / opendaylight / netconf / impl / mapping / operations / DefaultStopExi.java
index a60ffb756aa7595ef012b583263bba9f0eadc6da..cd2d0f1e93c32cb96e53ef8d4918b979cfed969a 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.netconf.impl.mapping.operations;
 
-import org.opendaylight.netconf.api.DocumentedException;
 import org.opendaylight.netconf.api.xml.XmlElement;
 import org.opendaylight.netconf.api.xml.XmlNetconfConstants;
 import org.opendaylight.netconf.api.xml.XmlUtil;
@@ -32,7 +31,7 @@ public class DefaultStopExi extends AbstractSingletonNetconfOperation implements
 
     @Override
     protected Element handleWithNoSubsequentOperations(Document document,
-                                                       XmlElement operationElement) throws DocumentedException {
+                                                       XmlElement operationElement) {
         LOG.debug("Received stop-exi message {} ", XmlUtil.toString(operationElement));
 
         netconfSession.stopExiCommunication();