Project

General

Profile

Revision 402

Added by Greg Tress about 16 years ago

updated error message in applet

View differences:

ColonetServerInterface.java
206 206
			return;
207 207
		} catch (IOException e) {
208 208
			log.append("IO Exception.\n");
209
			err("IO Exception");
209
			err("Could not create socket to " + strHost + ".\n" + e);
210 210
			return;
211 211
		} catch (java.security.AccessControlException e) {
212 212
			log.append("Access Control Exception.\n");

Also available in: Unified diff