Interface ResteasyReactiveExceptionMapper<E extends Throwable>

  • All Superinterfaces:
    javax.ws.rs.ext.ExceptionMapper<E>

    public interface ResteasyReactiveExceptionMapper<E extends Throwable>
    extends javax.ws.rs.ext.ExceptionMapper<E>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response toResponse​(E exception, ServerRequestContext context)
      Convenience method that allows for easy access to the request context
      • Methods inherited from interface javax.ws.rs.ext.ExceptionMapper

        toResponse
    • Method Detail

      • toResponse

        javax.ws.rs.core.Response toResponse​(E exception,
                                             ServerRequestContext context)
        Convenience method that allows for easy access to the request context