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
public class IncompleteItemRequestException extends UnprocessableEntityException
Thrown to indicate that a mandatory Item Request attribute was not provided.- Author:
- Mark H. Wood
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompleteItemRequestException(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
-
-