| DSpaceBadRequestException |
When a request is malformed, we use this exception to indicate this to the client
|
| EPersonNameNotProvidedException |
|
| GroupNameNotProvidedException |
|
| LinkNotFoundException |
This is the exception to capture details about a not existing linked resource
|
| MethodNotAllowedException |
Method Not Allowed: The 405 status code indicates that the method
received in the request-line is known by the origin server but not
supported by the target resource.
|
| MissingParameterException |
This class provides an exception to be used when the SearchFilter given is invalid
|
| PaginationException |
This is an exception to manage information about pagination errors.
|
| RepositoryMethodNotImplementedException |
This is the exception to capture details about call to a methods not
exposed or not implemented by the repository
|
| RepositoryNotFoundException |
This is the exception to capture details about call to inexistent resources
|
| RepositorySearchMethodNotFoundException |
This is the exception to capture details about call to a search methods not
exposed by the repository
|
| RepositorySearchNotFoundException |
This is the exception to capture details about call to search endpoint over
not search enabled repositories
|
| RESTAuthorizationException |
REST Authorization exception wrapper of the DSpace API AuthorizeException to make it unchecked
|
| RESTEmptyWorkflowGroupException |
|
| 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.
|