Relative Content

Tag Archive for javaspringspring-mvc

How to catch NestedServletException in Spring?

My application depends on a set of external Spring Interceptors which throw an exception and my service returns an HTTP 500. I would like to catch the exception, and if the stack trace matches some text, I would like to return a HTTP 400 instead. The exception thrown is of type NestedServletException.