Catalog alignment
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / csar / CsarBusinessLogic.java
index af914e9..e16f08b 100644 (file)
@@ -185,6 +185,6 @@ public class CsarBusinessLogic extends BaseBusinessLogic {
     private void auditAndThrowException(Resource resource, User user, AuditingActionEnum auditingAction, ActionStatus status, String... params){
         ResponseFormat errorResponse = componentsUtils.getResponseFormat(status, params);
         componentsUtils.auditResource(errorResponse, user, resource, auditingAction);
-        throw new ByResponseFormatComponentException(errorResponse);
+        throw new ByResponseFormatComponentException(errorResponse, params);
     }
 }