Class IllegalArgumentExceptionMapper

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

@Provider public class IllegalArgumentExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<IllegalArgumentException>
Map IllegalArgumentException to Response.

The mapped response has status code 400 (Bad Request) and media type JSON.