Package com.zeroc.Ice

Class ConnectFailedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionRefusedException

public class ConnectFailedException extends SocketException
The exception that is thrown when a connection establishment fails.
See Also:
  • Constructor Details

    • ConnectFailedException

      public ConnectFailedException()
      Constructs a ConnectFailedException.
    • ConnectFailedException

      public ConnectFailedException(InetSocketAddress peerAddress, Throwable cause)
      Constructs a ConnectFailedException with a peer address and a cause.
      Parameters:
      peerAddress - the peer address (may be null)
      cause - the cause
  • Method Details