Class NoSuchElementExceptionMapper

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

public class NoSuchElementExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<NoSuchElementException>
Map NoSuchElementException to Response.

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