Added in API level 1

UnknownHostException

public class UnknownHostException
extends IOException

java.lang.Object
   โ†ณ java.lang.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.io.IOException
         โ†ณ java.net.UnknownHostException


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

Summary

Public constructors

UnknownHostException()

Constructs a new UnknownHostException with no detail message.

UnknownHostException(String message)

Constructs a new UnknownHostException with the specified detail message.

Inherited methods

Public constructors

UnknownHostException

Added in API level 1
public UnknownHostException ()

Constructs a new UnknownHostException with no detail message.

UnknownHostException

Added in API level 1
public UnknownHostException (String message)

Constructs a new UnknownHostException with the specified detail message.

Parameters
message String: the detail message.