Uses of Package
org.dspace.app.rest.exception
-
Packages that use org.dspace.app.rest.exception Package Description org.dspace.app.rest.exception org.dspace.app.rest.repository org.dspace.app.rest.repository.patch org.dspace.app.rest.utils -
Classes in org.dspace.app.rest.exception used by org.dspace.app.rest.exception Class Description TranslatableException Implement TranslatableException to make Exceptions or RuntimeExceptions translatable.UnprocessableEntityException Unprocessable request: Can be specified with a 422 (Unprocessable Entity) response ([RFC4918], Section 11.2) when the server understands the patch document and the syntax of the patch document appears to be valid, but the server is incapable of processing the request. -
Classes in org.dspace.app.rest.exception used by org.dspace.app.rest.repository Class Description DSpaceBadRequestException When a request is malformed, we use this exception to indicate this to the clientRepositoryMethodNotImplementedException This is the exception to capture details about call to a methods not exposed or not implemented by the repositoryUnprocessableEntityException Unprocessable request: Can be specified with a 422 (Unprocessable Entity) response ([RFC4918], Section 11.2) when the server understands the patch document and the syntax of the patch document appears to be valid, but the server is incapable of processing the request. -
Classes in org.dspace.app.rest.exception used by org.dspace.app.rest.repository.patch Class Description DSpaceBadRequestException When a request is malformed, we use this exception to indicate this to the client -
Classes in org.dspace.app.rest.exception used by org.dspace.app.rest.utils Class Description DSpaceBadRequestException When a request is malformed, we use this exception to indicate this to the clientRepositoryNotFoundException This is the exception to capture details about call to inexistent resources