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. That exception is never thrown directly. In 2.0 it is rethrown as a ConnectionTimeoutException which is an IOException. In CVS HEAD's refactored exception handling the ConnectionTimeoutException is a HttpTimeoutException is a HttpRecoverableException is a IOException.


Odi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to