Uses of Class
org.dspace.app.rest.exception.UnprocessableEntityException
-
Packages that use UnprocessableEntityException Package Description org.dspace.app.rest.exception org.dspace.app.rest.repository -
-
Uses of UnprocessableEntityException in org.dspace.app.rest.exception
Subclasses of UnprocessableEntityException in org.dspace.app.rest.exception Modifier and Type Class Description classEPersonNameNotProvidedExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classGroupHasPendingWorkflowTasksExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classGroupNameNotProvidedExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classIncompleteItemRequestExceptionThrown to indicate that a mandatory Item Request attribute was not provided.classPasswordNotValidExceptionThis class provides an exception to be used when trying to create an EPerson with password that not match regular expression configured in this variable "authentication-password.regex-validation.pattern" in dspace.cfg or during the patch of password.classRESTEmptyWorkflowGroupExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response. -
Uses of UnprocessableEntityException in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that throw UnprocessableEntityException Modifier and Type Method Description TDSpaceRestRepository. patch(javax.servlet.http.HttpServletRequest request, String apiCategory, String model, ID id, Patch patch)Apply a partial update to the REST object via JSON Patchprotected voidDSpaceObjectRestRepository. patchDSpaceObject(String apiCategory, String model, UUID id, Patch patch)Updates the DSpaceObject according to the given Patch.
-