java.net
public class UnknownHostException extends IOException
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
UnknownHostException()
Create a new instance without a descriptive error message. | |
UnknownHostException(String message)
Create a new instance with a descriptive error message, such as the
name of the host that could not be resolved.
|
Parameters: message a message describing the error that occurred