160161162163164165166167168169170
.getResponseObject(parameters[0].getName(), theRequest, theConnection); } catch (ClientException e) { throw new ClientException("The method [" + methods[i].getName() + "] has a bad parameter of type [" + parameters[0].getName() + "]", e); } }
310311312313314315316317318319320
cookieHeader = matcher.formatCookieHeader(cookies); } if (cookieHeader == null) { throw new ClientException("Failed to create Cookie header for [" + "domain = [" + theDomain + ", path = [" + thePath + ", cookies = [" + theCookies + "]]. Turn on HttpClient " + "logging for more information about the error"); }