java.rmi

Class ConnectException

public class ConnectException extends RemoteException

Thrown if a connection is refused for a remote call.

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.

Constructor Detail

ConnectException

public ConnectException(String s)
Create an exception with a message.

Parameters: s the message

ConnectException

public ConnectException(String s, Exception e)
Create an exception with a message and a cause.

Parameters: s the message e the cause