Class 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 <mwood@iupui.edu>
See Also:
  • Constructor Details

    • IncompleteItemRequestException

      public IncompleteItemRequestException(String message, Throwable cause)
    • IncompleteItemRequestException

      public IncompleteItemRequestException(String message)