RE: When does an HttpException occur in httpclient.execute()?

2004-02-02 Thread Kalnichevski, Oleg
lto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 18:00 To: HttpClient Subject: When does an HttpException occur in httpclient.execute()? Hey gang, Just came across something rather odd. I have an instance of HttpClient and am invoking the execute() method passing it a PostMethod. I have tw

When does an HttpException occur in httpclient.execute()?

2004-02-02 Thread Brad O'Hearne
Hey gang, Just came across something rather odd. I have an instance of HttpClient and am invoking the execute() method passing it a PostMethod. I have two comments/questions: 1. It looks subtle, but I think the method needs to be rewritten to list its HttpException prior to the IOException, so