public class

ConnectIOException

extends RemoteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.rmi.RemoteException
           ↳ java.rmi.ConnectIOException

Class Overview

A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.

Summary

[Expand]
Inherited Fields
From class java.rmi.RemoteException
Public Constructors
ConnectIOException(String s)
Constructs a ConnectIOException with the specified detail message.
ConnectIOException(String s, Exception ex)
Constructs a ConnectIOException with the specified detail message and nested exception.
[Expand]
Inherited Methods
From class java.rmi.RemoteException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ConnectIOException (String s)

Constructs a ConnectIOException with the specified detail message.

Parameters
s the detail message

public ConnectIOException (String s, Exception ex)

Constructs a ConnectIOException with the specified detail message and nested exception.

Parameters
s the detail message
ex the nested exception