1 | try { int id= thisClient._chatBahn.register(thisClient.clientName, control); |
2 | thisClient.clientID=id; |
3 | System.out.println("Registration Succeeded"); |
4 | } catch (jdceRMIBahnException e) { |
5 | System.out.println(e.typeToString(e.getType())); |
6 | System.out.println("Registration Failed"); } |
7 | catch (jdceRMIClientException e){} |
8 | catch (RemoteException e) { |
9 | System.out.println("OPOOOOuch!!"); |
10 | } |
11 | } |