Concept Flow - @ControllerAdvice for global handling
Start: HTTP Request
Controller Method
Exception Thrown?
No→Return Normal Response
Yes
@ControllerAdvice Handler
Handle Exception Globally
Return Error Response
When a controller throws an exception, @ControllerAdvice catches it globally and returns a custom response.