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