java.net
public class NoRouteToHostException extends SocketException
Constructor and Description |
---|
NoRouteToHostException()
Create an instance without a descriptive error message.
|
NoRouteToHostException(String message)
Create an instance with a descriptive error message, such as the text
from strerror(3).
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoRouteToHostException()
public NoRouteToHostException(String message)
message
- a message describing the error that occurred