src/java.base/share/classes/java/net/SocketException.java
changeset 59201 b24f4caa1411
parent 57956 e0b8b019d2f5
equal deleted inserted replaced
59200:a686b67a59d9 59201:b24f4caa1411
    31  * Thrown to indicate that there is an error creating or accessing a Socket.
    31  * Thrown to indicate that there is an error creating or accessing a Socket.
    32  *
    32  *
    33  * @author  Jonathan Payne
    33  * @author  Jonathan Payne
    34  * @since   1.0
    34  * @since   1.0
    35  */
    35  */
    36 public
    36 public class SocketException extends IOException {
    37 class SocketException extends IOException {
       
    38     @java.io.Serial
    37     @java.io.Serial
    39     private static final long serialVersionUID = -5935874303556886934L;
    38     private static final long serialVersionUID = -5935874303556886934L;
    40 
    39 
    41     /**
    40     /**
    42      * Constructs a new {@code SocketException} with the
    41      * Constructs a new {@code SocketException} with the