/[classpath]/classpath/java/net/DatagramSocket.java
ViewVC logotype

Diff of /classpath/java/net/DatagramSocket.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by mark, Sat Jul 2 20:32:39 2005 UTC revision 1.45 by mark, Mon Jul 11 18:38:12 2005 UTC
# Line 209  public class DatagramSocket Line 209  public class DatagramSocket
209        }        }
210      catch (IOException e)      catch (IOException e)
211        {        {
212          throw new SocketException(e.getMessage());          SocketException se = new SocketException();
213            se.initCause(e);
214            throw se;
215        }        }
216    }    }
217    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26