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