Class java.net.UnknownHostException
All Packages This Package Previous Next
Class java.net.UnknownHostException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.net.UnknownHostException
-
public class
UnknownHostException
-
extends IOException
Signals that the address of the server specified by a network client could not
be resolved.
-
Version:
-
1.5,08/16/95
-
Author:
-
Jonathan Payne
-
UnknownHostException(String)
-
Constructs a new UnknownHostException with the specified detail message.
-
UnknownHostException()
-
Constructs a new UnknownHostException with no detail message.
UnknownHostException
public UnknownHostException(String host)
-
Constructs a new UnknownHostException with the specified detail message.
A detail message is a String that gives a specific description
of this error.
-
Parameters:
-
host
-
the detail message
UnknownHostException
public UnknownHostException()
-
Constructs a new UnknownHostException with no detail message.
A detail message is a String that gives a specific description
of this error.
All Packages This Package Previous Next