Spring Boot - Exception Handling
How can you combine
ResponseEntityExceptionHandler with @ControllerAdvice to handle multiple exception types with different HTTP statuses in one class?