Class java.rmi.ConnectIOException (1.1)


public class ConnectIOException extends RemoteException {
  // Public Constructors
    public ConnectIOException(String s);
    public ConnectIOException(String s, Exception ex);
}