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 TypeMethodDescriptionjakarta.ws.rs.core.ResponsetoResponse(E exception, ServerRequestContext context) Convenience method that allows for easy access to the request contextMethods inherited from interface jakarta.ws.rs.ext.ExceptionMapper
toResponse
-
Method Details
-
toResponse
Convenience method that allows for easy access to the request context
-