jdk/src/share/classes/java/net/SocketException.java
changeset 1334 21b652819b97
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
1333:373cc73514ec 1334:21b652819b97
     1 /*
     1 /*
     2  * Copyright 1995-2006 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1995-2008 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    33  * @author  Jonathan Payne
    33  * @author  Jonathan Payne
    34  * @since   JDK1.0
    34  * @since   JDK1.0
    35  */
    35  */
    36 public
    36 public
    37 class SocketException extends IOException {
    37 class SocketException extends IOException {
       
    38     private static final long serialVersionUID = -5935874303556886934L;
       
    39 
    38     /**
    40     /**
    39      * Constructs a new <code>SocketException</code> with the
    41      * Constructs a new <code>SocketException</code> with the
    40      * specified detail message.
    42      * specified detail message.
    41      *
    43      *
    42      * @param msg the detail message.
    44      * @param msg the detail message.