java.io.IOException: Broken pipe

A question to Yves - 

Why is this not being caught?  Should I put a catch someplace, and if not,
why not?

Thanks much!!!!

java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.socketWrite(Compiled Code)
        at java.net.SocketOutputStream.write(Compiled Code)
        at org.w3c.jigsaw.http.socket.SocketOutputBuffer.write(Compiled
Code)
        at java.io.DataOutputStream.write(Compiled Code)
        at org.w3c.jigsaw.http.Client.chunkTransfer(Compiled Code)
        at org.w3c.jigsaw.http.Client.emitReply(Compiled Code)
        at org.w3c.jigsaw.http.Client.startConnection(Compiled Code)
        at org.w3c.jigsaw.http.socket.SocketClient.run(Compiled Code)
        at org.w3c.util.CachedThread.run(Compiled Code)

Dan Hansen
Software Development Manager
Quark, Inc.
dlhansen@quark.com
dhansen@dimensional.com

Received on Friday, 9 February 2001 09:25:47 UTC