Class UnhandledExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<Throwable>

    @Provider
    public class UnhandledExceptionMapper
    extends AbstractExceptionMapper<Throwable>
    Render unhandled exceptions.

    The RequestExceptionLogger does not always work reliably, and more than often the exception is caught instead by the configured JSP error page.