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