UnknownHostException


UnknownHostException java.net

Java 1.0 serializable checked

Signals that the name of a specified host could not be resolved.

Figure 12-23. java.net.UnknownHostException

 public class  UnknownHostException  extends java.io.IOException {  // Public Constructors  public  UnknownHostException  ( );        public  UnknownHostException  (String  host  );   } 

Thrown By

Inet6Address.getByAddress( ) , InetAddress.{getAllByName( ) , getByAddress( ) , getByName( ) , getLocalHost( )} , Socket.Socket( ) , javax.net.SocketFactory.createSocket( ) , javax.net.ssl.SSLSocket.SSLSocket( )



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