Modify POM parent oparent version as 0.1.1
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / exception / VnfmDriverException.java
index 8a46543..78111a1 100644 (file)
@@ -24,7 +24,7 @@ public class VnfmDriverException extends RuntimeException{
        public VnfmDriverException(int httpStatus, String message)
        {
                super(message);
-               this.httpStatus = httpStatus;
+               setHttpStatus(httpStatus);
        }
        
        public int getHttpStatus() {