Interface ExceptionMapper<E>

  • Type Parameters:
    E - type of the mapped exception

    public interface ExceptionMapper<E>
    A generic mapper used for changing any exception into an instance of ConnectorException.