Class IllegalStateExceptionMapper

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

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

The mapped response has status code 500 (Internal Server Error) and media type JSON.