Package Summary  Overview Summary

class:ConnectException [NONE]

All Implemented Interfaces:
Serializable

public class ConnectException
extends RemoteException
A ConnectException is thrown if a connection is refused to the remote host for a remote method call.
Since:
1.1
See Also:
Serialized Form

constructor:ConnectException(java.lang.String) [NONE]

  • ConnectException

    public ConnectException?(String s)
    Constructs a ConnectException with the specified detail message.
    Parameters:
    s - the detail message
    Since:
    1.1
  • constructor:ConnectException(java.lang.String,java.lang.Exception) [NONE]

    ConnectException

    public ConnectException?(String s, Exception ex)
    Constructs a ConnectException with the specified detail message and nested exception.
    Parameters:
    s - the detail message
    ex - the nested exception
    Since:
    1.1

    © 2020 Oracle Corporation and/or its affiliates