Package com.zeroc.Ice

Class SyscallException

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

public class SyscallException extends LocalException
This exception is raised if a system error occurred in the server or client process.
See Also:
  • Constructor Details

    • SyscallException

      public SyscallException(Throwable cause)
      Constructs a SyscallException with a null detail message and the specified cause.
      Parameters:
      cause - the cause
    • SyscallException

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

      protected SyscallException(String message, Throwable cause)
      Constructs a SyscallException with the specified detail message and 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