public class InventoryRequirementException extends AbstractBusinessObjectDocumentException
CHANGE_STATUS_CODE_VALUE_FOR_ERROR, ERROR_COUNT, ERROR_COUNT_KEY, MESSAGEKEY_ERRORCODE_SEPARATOR
Constructor and Description |
---|
InventoryRequirementException(ChangeStatusType changeStatus,
VerbType verb,
java.util.List inventoryrequirements)
Creates an instance of the InventoryRequirement exception.
|
InventoryRequirementException(java.util.List clientErrors)
Creates an instance of the InventoryRequirement exception.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getInventoryRequirement()
Returns the InventoryRequirement associated with the response of the request.
|
addClientError, getChangeStatus, getClientErrors, getLocalizedMessage, getMessage, getVerb
public InventoryRequirementException(ChangeStatusType changeStatus, VerbType verb, java.util.List inventoryrequirements)
changeStatus
- The error information contained in the ChangeStatus
element of the respond or acknowledge verb.verb
- The returning verb.inventoryrequirements
- The list of InventoryRequirement associated with the response.public InventoryRequirementException(java.util.List clientErrors)
clientErrors
- The client errors associated with the exception. These client
errors represent client side parameter validations that cause the exception.