Package org.kiwiproject.jaxrs.exception
-
Class Summary Class Description ConstraintViolationExceptionMapper MapConstraintViolationExceptionto a JSONResponse.ErrorMessage An error message that kiwi uses in JAX-RS related utilities.IllegalArgumentExceptionMapper MapIllegalArgumentExceptiontoResponse.IllegalStateExceptionMapper MapIllegalStateExceptiontoResponse.JaxrsExceptionMapper Map aJaxrsExceptionto aResponse.WebApplicationExceptionMapper MapWebApplicationExceptiontoResponse. -
Exception Summary Exception Description JaxrsBadRequestException Exception representing a 400 Bad Request that extendsJaxrsExceptionto use Kiwi'sErrorMessage.JaxrsConflictException Exception representing a 409 Conflict that extendsJaxrsExceptionto use Kiwi'sErrorMessage.JaxrsException Represents a JAX-RS exception that uses the KiwiErrorMessageto describe the errors causing this exception.JaxrsForbiddenException Exception representing a 403 Forbidden that extendsJaxrsExceptionto use Kiwi'sErrorMessage.JaxrsNotAuthorizedException Exception representing a 401 Unauthorized that extendsJaxrsExceptionto use Kiwi'sErrorMessage.JaxrsNotFoundException Exception representing a 404 Not Found that extendsJaxrsExceptionto use Kiwi'sErrorMessage.JaxrsValidationException Exception representing a 422 status code that extendsJaxrsExceptionto use Kiwi'sErrorMessage.