Package com.zeroc.Ice
Class ConnectFailedException
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
ConnectionRefusedException
This exception indicates connection failures.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.SyscallException
error
-
Constructor Summary
ConstructorsConstructorDescriptionConnectFailedException
(int error) ConnectFailedException
(int error, Throwable cause) ConnectFailedException
(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
-
ConnectFailedException
public ConnectFailedException() -
ConnectFailedException
-
ConnectFailedException
public ConnectFailedException(int error) -
ConnectFailedException
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classSocketException
- Returns:
- The type id of this exception.
-