ConnectException


ConnectException java.net

Java 1.1 serializable checked

Signals that a socket cannot be connected to a remote address and port. This means that the remote host can be reached, but is not responding, perhaps because there is no process on that host that is listening on the specified port.

Figure 12-2. java.net.ConnectException

 public class  ConnectException  extends SocketException {  // Public Constructors  public  ConnectException  ( );        public  ConnectException  (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