public class UnknownHostException extends RemoteException
UnknownHostException is thrown if a
java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
detail| Constructor and Description |
|---|
UnknownHostException(String
Constructs an
UnknownHostException with the specified detail message.
|
UnknownHostException(String
Constructs an
UnknownHostException with the specified detail message and nested exception.
|
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownHostException(Strings)
UnknownHostException with the specified detail message.
s - the detail message