Team LiB
Previous Section Next Section

BindExceptionjava.net

Java 1.1serializable checked

Signals that a socket cannot be bound to a local address and port. This often means that the port is already in use.

Figure 12-1. java.net.BindException


public class BindException extends SocketException {
// Public Constructors
     public BindException( );  
     public BindException(String msg);  
}

    Team LiB
    Previous Section Next Section