Signals that the name of a specified host could not be resolved.
public class UnknownHostException extends IOException {
// Public Constructors
public UnknownHostException(String host);
public UnknownHostException();
}
Object->Throwable(Serializable)->Exception->IOException->UnknownHostException
InetAddress.getAllByName(), InetAddress.getByName(), InetAddress.getLocalHost(), Socket()