public class MemberGroupException extends AbstractBusinessObjectDocumentException
CHANGE_STATUS_CODE_VALUE_FOR_ERROR, ERROR_COUNT, ERROR_COUNT_KEY, MESSAGEKEY_ERRORCODE_SEPARATOR
Constructor and Description |
---|
MemberGroupException(ChangeStatusType changeStatus,
VerbType verb,
java.util.List membergroups)
Creates an instance of the MemberGroup exception.
|
MemberGroupException(java.util.List clientErrors)
Creates an instance of the MemberGroup exception.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getMemberGroup()
Returns the MemberGroup that is associated with the response of the request.
|
addClientError, getChangeStatus, getClientErrors, getLocalizedMessage, getMessage, getVerb
public MemberGroupException(ChangeStatusType changeStatus, VerbType verb, java.util.List membergroups)
changeStatus
- The error information that is contained in the ChangeStatus
element of the respond or acknowledge verb.verb
- The returning verb.membergroups
- The list of MemberGroup that is associated with the response.public MemberGroupException(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.