Code Improvements-Vnfsdk-refrepo sonar issue fixes
[vnfsdk/refrepo.git] / vnfmarket-be / vnf-sdk-marketplace / src / main / java / org / onap / vnfsdk / marketplace / db / exception / ErrorCodeException.java
index b41a759..c0d6098 100644 (file)
@@ -22,7 +22,7 @@ public class ErrorCodeException extends Exception {
 
     private final int errorCode;
 
-    public ErrorCodeException(Throwable source, int category, int code, String debugMessage, String[] arguments) {
+    public ErrorCodeException(Throwable source, int category, int code, String debugMessage, String[] arguments) { //NOSONAR
         super(debugMessage, source);
         this.errorCode = code;
     }