Spring Boot - Exception Handling
You want to create a global error handler that returns JSON with error details for all exceptions except
ResourceNotFoundException, which should return 404 status with a custom message. How should you implement this using @ControllerAdvice?