public class NoRouteToHostException extends SocketException
| Constructor and Description |
|---|
NoRouteToHostException()
Create an instance without a descriptive error message.
|
NoRouteToHostException(java.lang.String message)
Create an instance with a descriptive error message, such as the text
from strerror(3).
|
public NoRouteToHostException()
public NoRouteToHostException(java.lang.String message)
message - a message describing the error that occurred