ExceptionMapper<Throwable> not getting all RuntimeExceptions in Spring.
It gets some, but not all. For example, it is not getting
IbatisException (ib3 -- they are unchecked.)
Is there some existing provider included in the spring jersey
integration that could be getting some of them?
My bean is present in the spring ApplicationContext and is annotated
with @Provider
Sent from my iPhone