Marten, would you mind clarifying your comment?
I am using ExceptionResolver that extends SimpleMappingExceptionResolver... The exception is handled, and when afterCompletion() is called, the...
Type: Posts; User: plovec; Keyword(s):
Marten, would you mind clarifying your comment?
I am using ExceptionResolver that extends SimpleMappingExceptionResolver... The exception is handled, and when afterCompletion() is called, the...
Is there any way to pass that exception to afterCompletion()? I have precisely the situation you described (legacy code) where ExceptionResolver handles exception, and afterCompletion() is called...