Package com.zeroc.Ice
Class CFNetworkException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception indicates CFNetwork errors.
- See Also:
-
Field Summary
FieldsFields inherited from class com.zeroc.Ice.SyscallException
error
-
Constructor Summary
ConstructorsConstructorDescriptionCFNetworkException
(int error, String domain) CFNetworkException
(int error, String domain, Throwable cause) CFNetworkException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
domain
The domain of the error.
-
-
Constructor Details
-
CFNetworkException
public CFNetworkException() -
CFNetworkException
-
CFNetworkException
-
CFNetworkException
-
-
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.
-