}
Http.throwExceptionIfErrorStatusCode(Integer.valueOf(paramMap.get("http_status")), paramMap.get("bt_message"));
if (!new TrUtil(configuration).isValidTrQueryString(queryString)) {
throw new ForgedQueryStringException();
}
id = paramMap.get("id");
}