--- /home/cpdev/src/classpath/java/net/DatagramSocket.java	2005-07-12 05:32:47.000000000 +0000
+++ java/net/DatagramSocket.java	2005-06-30 05:34:40.000000000 +0000
@@ -209,9 +209,7 @@
       }
     catch (IOException e)
       {
-	SocketException se = new SocketException();
-	se.initCause(e);
-	throw se;
+	throw new SocketException(e.getMessage());
       }
   }
 
