java.rmi
public class ConnectException extends RemoteException
Since: 1.1
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| ConnectException(String s)
Create an exception with a message.
| |
| ConnectException(String s, Exception e)
Create an exception with a message and a cause.
| |
Parameters: s the message
Parameters: s the message e the cause