Package com.zeroc.Ice

Class SocketException

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

public class SocketException extends SyscallException
The exception that is thrown to report a socket error.
See Also:
  • Constructor Details

    • SocketException

      public SocketException()
      Constructs a SocketException.
    • SocketException

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

      protected SocketException(String message, Throwable cause)
      Constructs a SocketException with a message and a cause.
      Parameters:
      message - the detail message
      cause - the cause
  • Method Details