Package com.zeroc.Ice

Class SyscallException

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

public class SyscallException extends LocalException
This exception is raised if a system error occurred in the server or client process. There are many possible causes for such a system exception. For details on the cause, error should be inspected.
See Also:
  • Field Details

    • error

      public int error
      The error number describing the system exception. For C++ and Unix, this is equivalent to errno. For C++ and Windows, this is the value returned by GetLastError() or WSAGetLastError().
  • Constructor Details

    • SyscallException

      public SyscallException()
    • SyscallException

      public SyscallException(Throwable cause)
    • SyscallException

      public SyscallException(int error)
    • SyscallException

      public SyscallException(int error, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.