Exception: java.rmi.ConnectException

A ConnectException is thrown if a connection is refused to the remote host for a remote method call.
Authors:
@author Ann Wollrath
Since:
@since JDK1.1

Inheritance

Superclass tree: Implements:

Methods

  • ConnectExceptiontop

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

    public ConnectException(String s, Exception ex)
    Constructs a ConnectException 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

Fields

  • serialVersionUID

    static final private long serialVersionUID = 4863550261346652506