Packages This Package Prev Next Index
public class java.net.UnknownHostException extends java.io.IOException (I-§2.29) { // Constructors public UnknownHostException(); §4.18.1 public UnknownHostException(String host); §4.18.2 }Thrown to indicate that the IP address of a host could not be determined.
public UnknownHostException()
public UnknownHostException(String host)
host
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)