Package com.zeroc.Ice

Class CFNetworkException

All Implemented Interfaces:
Serializable, Cloneable

public class CFNetworkException extends SocketException
This exception indicates CFNetwork errors.
See Also:
  • Field Details

    • domain

      public String domain
      The domain of the error.
  • Constructor Details

    • CFNetworkException

      public CFNetworkException()
    • CFNetworkException

      public CFNetworkException(Throwable cause)
    • CFNetworkException

      public CFNetworkException(int error, String domain)
    • CFNetworkException

      public CFNetworkException(int error, String domain, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Overrides:
      ice_id in class SocketException
      Returns:
      The type id of this exception.