Package com.zeroc.Ice
Class ConnectionRefusedException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception indicates a connection failure for which
the server host actively refuses a connection.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.SyscallException
error
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionRefusedException
(int error) ConnectionRefusedException
(int error, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConnectionRefusedException
public ConnectionRefusedException() -
ConnectionRefusedException
-
ConnectionRefusedException
public ConnectionRefusedException(int error) -
ConnectionRefusedException
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classConnectFailedException
- Returns:
- The type id of this exception.
-