
250312 하석형 GlobalExceptionHandler CustomDataDuplicationException 수정
@3e0a4d7180b79007db8fbb05d5c26fd133ffe847
--- src/main/java/com/takensoft/common/exception/GlobalExceptionHandler.java
+++ src/main/java/com/takensoft/common/exception/GlobalExceptionHandler.java
... | ... | @@ -261,7 +261,7 @@ |
261 | 261 |
* |
262 | 262 |
* CustomDataDuplicationException 발생한 경우 |
263 | 263 |
*/ |
264 |
- @ExceptionHandler(CustomCodeDuplicationException.class) |
|
264 |
+ @ExceptionHandler(CustomDataDuplicationException.class) |
|
265 | 265 |
public ResponseEntity<?> handleCustomDataDuplicationException(CustomDataDuplicationException cdde) { |
266 | 266 |
logError(cdde); |
267 | 267 |
return resUtil.errorRes(MessageCode.COMMON_DUPLICATION_DATA); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?