public class UnknownHostException extends java.io.IOException
| Constructor and Description |
|---|
UnknownHostException()
Create a new instance without a descriptive error message.
|
UnknownHostException(java.lang.String message)
Create a new instance with a descriptive error message, such as the
name of the host that could not be resolved.
|
public UnknownHostException()
public UnknownHostException(java.lang.String message)
message - a message describing the error that occurred