Interface GeneralControllerAdvice

All Known Subinterfaces:
GithubControllerAdvice
All Known Implementing Classes:
GeneralControllerAdviceImpl, GitControllerAdvice, GithubControllerAdviceImpl, JenkinsControllerAdvice, ProjectControllerAdvice, UserControllerAdvice

public interface GeneralControllerAdvice
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.springframework.http.ResponseEntity<ErrorResponseDto>
    handleException(int statusCode, Exception exception)
     
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
  • Method Details

    • handleException

      default org.springframework.http.ResponseEntity<ErrorResponseDto> handleException(int statusCode, Exception exception)