From 292e27e66e2a0acccf5bcc34eacedade81bd5dc2 Mon Sep 17 00:00:00 2001 From: eastargh Date: Thu, 2 Jul 2026 13:28:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=9F=AC=EB=A9=94=EC=84=B8=EC=A7=80?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eai/rms/onl/transaction/apim/ApiInterfaceService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java b/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java index 89b6bbb..f741a39 100644 --- a/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java +++ b/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java @@ -555,7 +555,7 @@ public class ApiInterfaceService extends OnlBaseService { restOption.setStandardCommonFields(standardCommonFields); return objectMapper.writeValueAsString(restOption); } catch (Exception e) { - throw new RuntimeException("Failed to create standard common option", e); + throw new RuntimeException("표준전문 공통부 생성을 실패했습니다", e); } }