public class WalletItemException extends AbstractBusinessObjectDocumentException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
CHANGE_STATUS_CODE_VALUE_FOR_ERROR, ERROR_COUNT, ERROR_COUNT_KEY, MESSAGEKEY_ERRORCODE_SEPARATOR| Constructor and Description |
|---|
WalletItemException(ChangeStatusType changeStatus,
VerbType verb,
java.util.List walletitems)
Creates an instance of the WalletItem exception.
|
WalletItemException(java.util.List clientErrors)
Creates an instance of the WalletItem exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getWalletItem()
Returns the WalletItem that is associated with the response of the request.
|
addClientError, getChangeStatus, getClientErrors, getLocalizedMessage, getMessage, getVerbpublic static final java.lang.String COPYRIGHT
public WalletItemException(ChangeStatusType changeStatus, VerbType verb, java.util.List walletitems)
changeStatus - The error information that is contained in the ChangeStatus element of the respond or acknowledge verb.verb - The returning verb.walletitems - The list of WalletItem that is associated with the response.public WalletItemException(java.util.List clientErrors)
clientErrors - The client errors to associate with the exception. These client error represent client side parameter validation that cause the exception.