Fix the sonar issue.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / exception / ExtsysException.java
index 15231b9..902fc18 100644 (file)
@@ -18,24 +18,6 @@ package org.onap.aai.esr.exception;
 public class ExtsysException extends Exception {
 
     private static final long serialVersionUID = 1L;
-    private String errorCode;
-    private String errorMsg;
-
-    public String getErrorCode() {
-        return errorCode;
-    }
-
-    public void setErrorCode(String errorCode) {
-        this.errorCode = errorCode;
-    }
-
-    public String getErrorMsg() {
-        return errorMsg;
-    }
-
-    public void setErrorMsg(String errorMsg) {
-        this.errorMsg = errorMsg;
-    }
 
     public ExtsysException() {
         super();