I was working on a java program (can't show the code) even tho I'm not experienced with sockets, anyways I keep getting an exception I can't seem to be able to catch.
all the exception says is: "java.net.SocketException: Broken Pipe".
any ideas?
EDIT:
sorry for not being clear I'm trying to use try/catch statement on that exception because my program expects the other end to disconnect at some point but I don't want that to kill my application.
EDIT 2
oh I feel so stupid right now, after hours of debugging I finally found out that I indeed can catch the exception, I just had to look in the right place, sorry for the noise everyone.
thanks.