Package com.zeroc.Ice

Class ConnectionRefusedException

All Implemented Interfaces:
Serializable

public final class ConnectionRefusedException extends ConnectFailedException
The exception that is thrown when the server host actively refuses a connection.
See Also:
  • Constructor Details

    • ConnectionRefusedException

      public ConnectionRefusedException()
      Constructs a ConnectionRefusedException.
    • ConnectionRefusedException

      public ConnectionRefusedException(Throwable cause)
      Constructs a ConnectionRefusedException with a cause.
      Parameters:
      cause - the cause
  • Method Details