Package org.dspace.app.rest.exception
Class IncompleteItemRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.app.rest.exception.UnprocessableEntityException
org.dspace.app.rest.exception.IncompleteItemRequestException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a mandatory Item Request attribute was not provided.
- Author:
- Mark H. Wood <mwood@iupui.edu>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompleteItemRequestException(String message) IncompleteItemRequestException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompleteItemRequestException
-
IncompleteItemRequestException
-