Interface GeneralControllerAdvice
- All Known Subinterfaces:
GithubControllerAdvice
- All Known Implementing Classes:
GeneralControllerAdviceImpl
,GitControllerAdvice
,GithubControllerAdviceImpl
,JenkinsControllerAdvice
,ProjectControllerAdvice
,UserControllerAdvice
public interface GeneralControllerAdvice
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault 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)
-