connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/GUID.java
branchRCL_2_4
changeset 941 e90e6ea44529
parent 869 cb5e1f0959c9
--- a/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/GUID.java	Thu Feb 11 15:09:23 2010 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/GUID.java	Thu Feb 11 16:07:33 2010 -0600
@@ -16,6 +16,7 @@
 */
 package com.nokia.carbide.remoteconnections.discovery.pccs.pccsnative;
 
+import com.nokia.carbide.remoteconnections.discovery.pccs.Messages;
 import com.sun.jna.NativeLong;
 import com.sun.jna.Structure;
 
@@ -39,7 +40,7 @@
 		this.Data2 = Data2;
 		this.Data3 = Data3;
 		if (Data4.length != this.Data4.length) 
-			throw new java.lang.IllegalArgumentException("Wrong array size !");
+			throw new java.lang.IllegalArgumentException(Messages.GUID_0);
 		this.Data4 = Data4;
 	}
 	protected ByReference newByReference() { return new ByReference(); }