Interface RestErrorHandler


public interface RestErrorHandler
Filter에서 Rest 예외 발생 시 핸들링 처리
  • Method Summary

    Modifier and Type
    Method
    Description
    handleError(jakarta.servlet.http.HttpServletRequest request, org.springframework.http.HttpStatus status, Exception exception)
    예외 발생 시 예외 객체 반환
  • Method Details

    • handleError

      Object handleError(jakarta.servlet.http.HttpServletRequest request, org.springframework.http.HttpStatus status, @Nullable Exception exception)
      예외 발생 시 예외 객체 반환
      Parameters:
      request -
      status -
      exception -
      Returns: