diff --git a/src/main/java/com/iconplus/smartproc/service/CommonService.java b/src/main/java/com/iconplus/smartproc/service/CommonService.java index 9bc81ff..3818415 100644 --- a/src/main/java/com/iconplus/smartproc/service/CommonService.java +++ b/src/main/java/com/iconplus/smartproc/service/CommonService.java @@ -99,9 +99,9 @@ public class CommonService { try { return EncryptDecryptUtils.decrypt(password, privateKey); } catch (Exception ex) { - throw new BusinessException(Constants.ERR_CODE_10010, - Constants.ERR_TTL_10010, - Constants.ERR_MSG_10010); + throw new BusinessException(Constants.ERR_CODE_10011, + Constants.ERR_TTL_10011, + Constants.ERR_MSG_10011); } }