users@jsr311.java.net

Telling ExceptionMapper to exclude exceptions

From: cowwoc <cowwoc_at_bbs.darktech.org>
Date: Fri, 03 Oct 2008 08:35:21 -0400

Hi,

    We need a portable mechanism to tell ExceptionMapper to catch all
application-generated RuntimeExceptions but pass-through all exceptions
generated by the underlying JAX-RS implementation (meant to be handled
by the container, not our code). I suspect this is a very common
use-case but there doesn't seem to be a way to do it.

thank you,
Gili