> Is there any chance any exception, say a runtime exception is thrown and
the
> socket is null ? If it is than that exception would not be logged.

If the socket came into the handler as null, we'd generate an exception at
the top when we get the input stream.  After that, the ivar is only set to
null when we clean up.

        --- Noel


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

Reply via email to