java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.SyscallException
com.zeroc.Ice.SocketException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectFailedException
,ConnectionLostException
This exception indicates socket errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a SocketException withnull
as its detail message.SocketException
(Throwable cause) Constructs a SocketException with the specified 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
-
SocketException
public SocketException()Constructs a SocketException withnull
as its detail message. -
SocketException
Constructs a SocketException with the specified 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 classSyscallException
- Returns:
- the type ID of this exception
-