Remove superfluous throws
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / XmlBodyReaderMountPointTest.java
index a4a41d270158f1d92973cd02950a977133d9138b..4fc49f87ac20e42b7d995ebc4c76ace1230d1518 100644 (file)
@@ -49,7 +49,7 @@ public class XmlBodyReaderMountPointTest extends AbstractBodyReaderTest {
 
     private final XmlNormalizedNodeBodyReader xmlBodyReader;
 
-    public XmlBodyReaderMountPointTest() throws Exception {
+    public XmlBodyReaderMountPointTest() {
         super(schemaContext);
         xmlBodyReader = new XmlNormalizedNodeBodyReader(databindProvider, mountPointService);
     }