Interface ResteasyReactiveExceptionMapper<E extends Throwable>

All Superinterfaces:
jakarta.ws.rs.ext.ExceptionMapper<E>

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

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    toResponse(E exception, ServerRequestContext context)
    Convenience method that allows for easy access to the request context

    Methods inherited from interface jakarta.ws.rs.ext.ExceptionMapper

    toResponse
  • Method Details

    • toResponse

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