|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package egovframework.exception;
|
|
|
|
|
|
|
|
|
|
import egovframework.configProperties.LoginProperties;
|
|
|
|
|
import egovframework.util.ApiResponseEntity;
|
|
|
|
|
import egovframework.util.HttpServletUtil;
|
|
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
|
|
@ -28,8 +27,6 @@ import java.io.IOException;
|
|
|
|
|
@RequiredArgsConstructor
|
|
|
|
|
public class EgovExceptionAdvice {
|
|
|
|
|
|
|
|
|
|
private final LoginProperties loginProperties;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* DataAccessException 예외 처리
|
|
|
|
|
* 데이터 액세스 관련 예외를 처리합니다.
|
|
|
|
|
|