// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("InvalidCacheParameterGroupState"))
return null;
InvalidCacheParameterGroupStateException e = (InvalidCacheParameterGroupStateException)super.unmarshall(node);
return e;
}