Re: What do you do with IoHandler exceptionCaught

2007-01-14 Thread Trustin Lee
On 1/13/07, Niklas Therning [EMAIL PROTECTED] wrote: James Im wrote: I have implemented a IoHandler and its exceptionCaught method. I'm receiving java.io.IOException error such as Connection reset by peer and Broken pipe quite often. Are yo doing anything with these errors or do you just

Re: What do you do with IoHandler exceptionCaught

2007-01-13 Thread Niklas Therning
James Im wrote: I have implemented a IoHandler and its exceptionCaught method. I'm receiving java.io.IOException error such as Connection reset by peer and Broken pipe quite often. Are yo doing anything with these errors or do you just ignore them? This particular exception you're getting