< prev index next >

src/java.base/share/classes/java/net/SocketException.java

Print this page

        

*** 33,42 **** --- 33,43 ---- * @author Jonathan Payne * @since 1.0 */ public class SocketException extends IOException { + @java.io.Serial private static final long serialVersionUID = -5935874303556886934L; /** * Constructs a new {@code SocketException} with the * specified detail message.
< prev index next >