Add unit test for vfc-nfvo-wfengine-activiti-ext
[vfc/nfvo/wfengine.git] / activiti-extension / src / main / java / org / onap / workflow / activitiext / restservicetask / HighLevelRestApi.java
index 31001b7..5dd2071 100644 (file)
@@ -45,7 +45,7 @@ public class HighLevelRestApi {
         * @return
         */
        public static HttpResponseMessage invoke(String methodValue, String uri, String requestPayload, String acceptValue,
-                       String contentTypeValue) throws ActivitiException {
+                       String contentTypeValue) throws Exception {
 
                // complete uri
                uri = completeUri(uri);