[Mc4j-development] [ mc4j-Bugs-987842 ] Catch IOException in JSR160ConnectionNode
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-07-09 09:59:19
|
Bugs item #987842, was opened at 2004-07-09 11:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=987842&group_id=60228 Category: Connections Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Schweer (holbitlan) Assigned to: Nobody/Anonymous (nobody) Summary: Catch IOException in JSR160ConnectionNode Initial Comment: 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=987842&group_id=60228 |