Package com.zeroc.Ice

Class SocketException

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
CFNetworkException, ConnectFailedException, ConnectionLostException

public class SocketException extends SyscallException
This exception indicates socket errors.
See Also:
  • Constructor Details

    • SocketException

      public SocketException()
    • SocketException

      public SocketException(Throwable cause)
    • SocketException

      public SocketException(int error)
    • SocketException

      public SocketException(int error, 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 SyscallException
      Returns:
      The type id of this exception.