Package com.zeroc.Ice

Class SyscallException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DNSException, FileException, SocketException

public class SyscallException extends LocalException
The exception that is thrown to report the failure of a system call.
See Also:
  • Constructor Details

    • SyscallException

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

      protected SyscallException(String message)
      Constructs a SyscallException with a message.
      Parameters:
      message - the detail message
    • SyscallException

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

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class LocalException
      Returns:
      the type ID of this exception