Class java.net.UnknownHostException
All Packages Class Hierarchy This Package Previous Next Index
Class java.net.UnknownHostException
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----java.net.UnknownHostException
- public class UnknownHostException
- extends IOException
Thrown to indicate that the IP address of a host could not be determined.
- Version:
- 1.8, 07/01/98
- Author:
- Jonathan Payne
- Since:
- JDK1.0
-
java.net.UnknownHostException(String)
- Constructs a new
UnknownHostException with the
specified detail message.
-
java.net.UnknownHostException()
- Constructs a new
UnknownHostException with no detail
message.
UnknownHostException
public UnknownHostException(String host)
- Constructs a new
UnknownHostException with the
specified detail message.
- Parameters:
- host - the detail message.
- Since:
- JDK1.0
UnknownHostException
public UnknownHostException()
- Constructs a new
UnknownHostException with no detail
message.
- Since:
- JDK1.0
All Packages Class Hierarchy This Package Previous Next Index