You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Getting started with Spring Framework
Using @ControllerAdvice we can create a global exception handler but not sure how to handle the following
1. Throw error and stays in the same page in some cases 2. Throws error and redirect to an error page in some cases
#1 - not sure how it is possible as the page should not be re-loaded fully. The user might have encountered a error on the internal form in a page. We are doing ajax calls.