UnknownHostException

public class UnknownHostException extends IOException

Thrown to indicate that the IP address of a host could not be determined.

Public Constructor Summary

UnknownHostException(String host)
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException()
Constructs a new UnknownHostException with no detail message.

Inherited Method Summary

Public Constructors

public UnknownHostException (String host)

Constructs a new UnknownHostException with the specified detail message.

Parameters
host the detail message.

public UnknownHostException ()

Constructs a new UnknownHostException with no detail message.