Re: Timeout exception

2004-03-03 Thread Michael Becke
Hi Joe, Read timeouts will cause exceptions to be thrown from within HttpMethod.execute(). Mike McMahon, Joseph wrote: I have a client program that uses the MultiThreadedHttpConnectionManager and after a while, it seems like the connections hang. I haven't traced anything yet to know the

RE: Timeout exception

2004-03-03 Thread McMahon, Joseph
Ok, do you know what exception? I'd rather not do a generic Exception catch for this issue. Thanks -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 12:43 PM To: Commons HttpClient Project Subject: Re: Timeout exception Hi Joe, Read

Re: Timeout exception

2004-03-03 Thread Michael Becke
? I'd rather not do a generic Exception catch for this issue. Thanks -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 12:43 PM To: Commons HttpClient Project Subject: Re: Timeout exception Hi Joe, Read timeouts will cause exceptions

Re: Timeout exception

2004-03-03 Thread Ortwin Glück
Oh, there seems to be a lack of documentation on this. Actually a TimeoutController.TimeoutException extends java.lang.Exception from the o.a.c.h.util package will be thrown. Timeouts are managed by the TimeoutController class. HTH Ortwin Glück McMahon, Joseph wrote: Ok, do you know what

Re: Timeout exception

2004-03-03 Thread Ortwin Glück
Ortwin Glück wrote: Oh, there seems to be a lack of documentation on this. Actually a TimeoutController.TimeoutException extends java.lang.Exception from the o.a.c.h.util package will be thrown. Timeouts are managed by the TimeoutController class. HTH Ortwin Glück I have to correct myself.