Class JaxrsExceptionMapper

java.lang.Object
org.kiwiproject.jaxrs.exception.JaxrsExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<JaxrsException>

@Provider public class JaxrsExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<JaxrsException>
Map a JaxrsException to a Response.

The mapped response has the status of the given JaxrsException and media type JSON.