How to handle user defined exceptions (Custom Exception ex.: "BusinessException") in Spring MVC 3 with custom message and view name ?
For Example :
If i throw my own exception from Service layer it should be caught and should redirect to specified view with message, the view name may be same or different.
I searched in Google, but no luck.
Thanks.