I am adding rate-limiting to a restful webservice using Spring MVC 4.1.
I created a @RateLimited annotation that I can apply to controller methods. A S
@RateLimited
See if it's feasible for you to implement similar logic for @@AfterThrowing advice as well which will have similar pointcut.