Package com.zeroc.Ice

Class ConnectionRefusedException

All Implemented Interfaces:
Serializable, Cloneable

public class ConnectionRefusedException extends ConnectFailedException
This exception indicates a connection failure for which the server host actively refuses a connection.
See Also:
  • Constructor Details

    • ConnectionRefusedException

      public ConnectionRefusedException()
    • ConnectionRefusedException

      public ConnectionRefusedException(Throwable cause)
    • ConnectionRefusedException

      public ConnectionRefusedException(int error)
    • ConnectionRefusedException

      public ConnectionRefusedException(int error, Throwable cause)
  • Method Details