java.rmi

Class ConnectIOException

public class ConnectIOException extends RemoteException

Wraps an I/O Exception thrown while connecting for a remote call.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
ConnectIOException(String s)
Create an exception with a message.
ConnectIOException(String s, Exception e)
Create an exception with a message and a cause.

Constructor Detail

ConnectIOException

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

Parameters: s the message

ConnectIOException

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

Parameters: s the message e the cause