Remove superfluous throws
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / patch / JsonPatchBodyReaderMountPointTest.java
index 28e3f408ddf5a3a2da2d7bcd61e15d12ae78f67a..eefc57eaef69062a5adbb89fa68c6ea763ba5cad 100644 (file)
@@ -27,7 +27,7 @@ public class JsonPatchBodyReaderMountPointTest extends AbstractBodyReaderTest {
 
     private final JsonPatchBodyReader jsonToPatchBodyReader;
 
-    public JsonPatchBodyReaderMountPointTest() throws Exception {
+    public JsonPatchBodyReaderMountPointTest() {
         super(schemaContext);
         jsonToPatchBodyReader = new JsonPatchBodyReader(databindProvider, mountPointService);
     }