I am using spring boot along with JAX-RS and Jersey. I have defined different kinds of ExceptionMappers for different types of Exceptions and one ExceptionMapper as the Fallback mapper just to log the exception properly and send back the correct response to clients. On unit test level everything works fine and the the proper ExceptionMapper […]
The post JAX-RS ExceptionMapper does not work for any Exception other than java.lang.Exception appeared first on BlogoSfera.