@ControllerAdvice is wired into DispatcherServlet. A filter runs before the servlet, so anything thrown there bypasses the whole handler-exception mechanism and comes back as the container's HTML error page - JSON API, HTML 500.
Run this yourself in the Online Java Compiler, spin up a live REST API in the API Sandbox, or practise with Java interview questions.
Published 2026-08-25