Interface ExceptionMapper<E extends java.lang.Throwable>


  • public interface ExceptionMapper<E extends java.lang.Throwable>
    Contract for a provider that maps Java exceptions to Response. An implementation of this interface must be annotated with Provider.
    See Also:
    Provider, Response