X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fexception%2FExtsysException.java;h=902fc18ed3883676631842360c4ab02328e365ea;hp=15231b99ecd49808714f3ff62e0faf118cfa3f04;hb=06ef81a00bde473248f4e447d48ce0c4dc1ce993;hpb=9770fc1f6ba50a4607f248f37c100785007ba7e1 diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java b/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java index 15231b9..902fc18 100644 --- a/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java +++ b/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java @@ -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();