Package org.kiwiproject.jaxrs.exception
package org.kiwiproject.jaxrs.exception
-
ClassDescriptionMap
ConstraintViolationException
to a JSONResponse
.An error message that kiwi uses in Jakarta REST related utilities.MapIllegalArgumentException
toResponse
.MapIllegalStateException
toResponse
.Exception representing a 400 Bad Request that extendsJaxrsException
to use Kiwi'sErrorMessage
.Exception representing a 409 Conflict that extendsJaxrsException
to use Kiwi'sErrorMessage
.Represents a Jakarta REST exception that uses the KiwiErrorMessage
to describe the errors causing this exception.Map aJaxrsException
to aResponse
.Exception representing a 403 Forbidden that extendsJaxrsException
to use Kiwi'sErrorMessage
.Exception representing a 500 Internal Server Error.Exception representing a 401 Unauthorized that extendsJaxrsException
to use Kiwi'sErrorMessage
.Exception representing a 404 Not Found that extendsJaxrsException
to use Kiwi'sErrorMessage
.Exception representing a 422 status code that extendsJaxrsException
to use Kiwi'sErrorMessage
.MapNoSuchElementException
toResponse
.MapWebApplicationException
toResponse
.