Merge "Add unit test for vfc-nfvo-wfengine-activiti-ext"
authorFu Jinhua <fu.jinhua@zte.com.cn>
Wed, 27 Sep 2017 01:44:07 +0000 (01:44 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 27 Sep 2017 01:44:07 +0000 (01:44 +0000)
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);