Uses of Package
org.dspace.app.rest.exception
Packages that use org.dspace.app.rest.exception
Package
Description
-
Classes in org.dspace.app.rest.exception used by org.dspace.app.rest.exceptionClassDescriptionImplement TranslatableException to make Exceptions or RuntimeExceptions translatable.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.repositoryClassDescriptionWhen a request is malformed, we use this exception to indicate this to the clientThis is the exception to capture details about call to a methods not exposed or not implemented by the repositoryUnprocessable 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.patchClassDescriptionWhen 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.utilsClassDescriptionWhen a request is malformed, we use this exception to indicate this to the clientThis is the exception to capture details about call to inexistent resources