하석형 하석형 03-13
250312 하석형 GlobalExceptionHandler CustomDataDuplicationException 수정
@3e0a4d7180b79007db8fbb05d5c26fd133ffe847
src/main/java/com/takensoft/common/exception/GlobalExceptionHandler.java
--- src/main/java/com/takensoft/common/exception/GlobalExceptionHandler.java
+++ src/main/java/com/takensoft/common/exception/GlobalExceptionHandler.java
@@ -261,7 +261,7 @@
      *
      * CustomDataDuplicationException 발생한 경우
      */
-    @ExceptionHandler(CustomCodeDuplicationException.class)
+    @ExceptionHandler(CustomDataDuplicationException.class)
     public ResponseEntity<?> handleCustomDataDuplicationException(CustomDataDuplicationException cdde) {
         logError(cdde);
         return resUtil.errorRes(MessageCode.COMMON_DUPLICATION_DATA);
Add a comment
List