116117118119120121122123124125126
// Connect. ConnectCommand cmd = new ConnectCommand(_session, _prefs, _sessionProps); try { cmd.execute(); dispose(); } catch (Throwable th) { final String msg = "Error occured when talking to the web service";