if another exception is handled in the exception handler in the spring boot it will not work

After doing some research, I found this thread https://github.com/spring-projects/spring-framework/issues/18299. So it’s not possible for now to rethrow the exception in spring boot. Instead we can try alternative strategy, if we have any.

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top