Catch IOException in JSR160ConnectionNode
Brought to you by:
ghinkl
Hi folks,
I just noticed, that trying to connect to a not running
JSR160-Server generates an "Report this bug"-error
message instead of the expected appropriate MC4J error
popup.
Perhaps the
} catch (ConnectException ce) {
in line 104 of JSR160ConnectionNode should be replaced by a
} catch (IOException ie) {
CU
Christian (aka holbitlan)