UnknownHostExceptionpublic class UnknownHostException extends IOException Thrown to indicate that the IP address of a host could not be determined. |
Constructors Summary |
---|
public UnknownHostException(String host)Constructs a new UnknownHostException with the
specified detail message.
super(host);
| public UnknownHostException()Constructs a new UnknownHostException with no detail
message.
|
|