Package cronapi.rest
Class CustomAdvice
java.lang.Object
cronapi.rest.CustomAdvice
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomAdvice
public CustomAdvice()
-
-
Method Details
-
illegalState
@ExceptionHandler(java.lang.IllegalStateException.class) @ResponseBody @ResponseStatus(INTERNAL_SERVER_ERROR) public org.springframework.http.ResponseEntity<ErrorResponse> illegalState(IllegalStateException e)
-