Package com.zeroc.Ice

Class SocketException

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

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

    • SocketException

      public SocketException()
      Constructs a SocketException with null as its detail message.
    • SocketException

      public SocketException(Throwable cause)
      Constructs a SocketException with the specified cause.
      Parameters:
      cause - the cause
  • Method Details