< prev index next >

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

Print this page

        

@@ -32,10 +32,11 @@
  *
  * @since   1.1
  */
 
 public class BindException extends SocketException {
+    @java.io.Serial
     private static final long serialVersionUID = -5945005768251722951L;
 
     /**
      * Constructs a new BindException with the specified detail
      * message as to why the bind error occurred.
< prev index next >