BindException


BindException java.net

Java 1.1 serializable 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  );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net