Exception: java.rmi.ConnectIOException

A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.
Authors:
@author Ann Wollrath
Since:
@since JDK1.1

Inheritance

Superclass tree: Implements:

Methods

  • ConnectIOExceptiontop

    public ConnectIOException(String s)
    Constructs a ConnectIOException with the specified detail message.
    Parameters:
    @param s the detail message
    Since:
    @since JDK1.1
    Google Code Search
    Stack Overflow
  • ConnectIOExceptiontop

    public ConnectIOException(String s, Exception ex)
    Constructs a ConnectIOException with the specified detail message and nested exception.
    Parameters:
    @param s the detail message
    @param ex the nested exception
    Since:
    @since JDK1.1
    Google Code Search
    Stack Overflow