Interface ExceptionMapper<E extends java.lang.Throwable>

  • Type Parameters:
    E - exception type supported by the provider.


    public interface ExceptionMapper<E extends java.lang.Throwable>
    Contract for a provider that maps Java exceptions to Response.

    Providers implementing ExceptionMapper contract must be either programmatically registered in a JAX-RS runtime or must be annotated with @Provider annotation to be automatically discovered by the JAX-RS runtime during a provider scanning phase.

    Since:
    1.0
    See Also:
    Provider, Response