I have SpringBoot application, service class and I need to implement Exception Handler for my service (not MVC). I decided to use Aspect with @AfterThrowing advice. I\'m gon