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(String host)
Constructs a new |
|
UnknownHostException()
Constructs a new |
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
Public constructors
UnknownHostException
UnknownHostException (String host)
Constructs a new UnknownHostException with the
specified detail message.
| Parameters | |
|---|---|
host |
String:
the detail message.
|
UnknownHostException
UnknownHostException ()
Constructs a new UnknownHostException with no detail
message.
Interfaces
Classes
- Authenticator
- CacheRequest
- CacheResponse
- ContentHandler
- CookieHandler
- CookieManager
- DatagramPacket
- DatagramSocket
- DatagramSocketImpl
- HttpCookie
- HttpURLConnection
- IDN
- Inet4Address
- Inet6Address
- InetAddress
- InetSocketAddress
- InterfaceAddress
- JarURLConnection
- MulticastSocket
- NetPermission
- NetworkInterface
- PasswordAuthentication
- Proxy
- ProxySelector
- ResponseCache
- SecureCacheResponse
- ServerSocket
- Socket
- SocketAddress
- SocketImpl
- SocketPermission
- StandardSocketOptions
- URI
- URL
- URLClassLoader
- URLConnection
- URLDecoder
- URLEncoder
- URLStreamHandler
Enums
Exceptions

