CRUDError Handler
Default ExceptionHandler implementations for CRUDErrorException and unexpected exceptions
This is meant to be implemented from a @RestControllerAdvice class.
Functions
Link copied to clipboard
Converts CRUDError in this exception into a ResponseEntity with correct status code, media type and body
Link copied to clipboard
Converts any exception into a ResponseEntity with 500 Internal Server Error code and a generic message