A JAX-RS ExceptionMapper implementation that maps all exceptions (i.e.,
Throwable) raised during a JAX-RS request to the Seam Catch exception
handling bus.
An example that demonstrates using XML-based exception mapping configuration to handle an
exception that occurs during a REST resource request by sending an HTTP error response.