public class CatalogEntryException extends AbstractBusinessObjectDocumentException
CHANGE_STATUS_CODE_VALUE_FOR_ERROR, ERROR_COUNT, ERROR_COUNT_KEY, MESSAGEKEY_ERRORCODE_SEPARATOR
Constructor and Description |
---|
CatalogEntryException(ChangeStatusType changeStatus,
VerbType verb,
java.util.List catalogentrys)
Creates an instance of the CatalogEntry exception.
|
CatalogEntryException(java.util.List clientErrors)
This is the constructor of the class.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getCatalogEntry()
Returns the CatalogEntrys that is associated with the response of the request.
|
addClientError, getChangeStatus, getClientErrors, getLocalizedMessage, getMessage, getVerb
public CatalogEntryException(ChangeStatusType changeStatus, VerbType verb, java.util.List catalogentrys)
changeStatus
- The error information that is contained in the ChangeStatus
element of the respond or acknowledge verb.verb
- The returning verb.catalogentrys
- The list of CatalogEntry that is associated with the response.public CatalogEntryException(java.util.List clientErrors)
clientErrors
- the list of client errors.