java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.SyscallException
com.zeroc.Ice.SocketException
com.zeroc.Ice.ConnectFailedException
com.zeroc.Ice.ConnectionRefusedException
- All Implemented Interfaces:
Serializable
The exception that is thrown when the server host actively refuses a connection.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a ConnectionRefusedException.Constructs a ConnectionRefusedException with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionRefusedException
public ConnectionRefusedException()Constructs a ConnectionRefusedException. -
ConnectionRefusedException
Constructs a ConnectionRefusedException with a cause.- Parameters:
cause
- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classConnectFailedException
- Returns:
- the type ID of this exception
-