Package cronapi.rest
Class CustomAdvice
- java.lang.Object
-
- cronapi.rest.CustomAdvice
-
@ControllerAdvice public class CustomAdvice extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<ErrorResponse>illegalState(IllegalStateException e)
-
-
-
Method Detail
-
illegalState
@ExceptionHandler(java.lang.IllegalStateException.class) @ResponseBody @ResponseStatus(INTERNAL_SERVER_ERROR) public org.springframework.http.ResponseEntity<ErrorResponse> illegalState(IllegalStateException e)
-
-