Package com.zeroc.Ice

Class FileException

All Implemented Interfaces:
Serializable, Cloneable

public class FileException extends SyscallException
This exception indicates file errors.
See Also:
  • Field Details

    • path

      public String path
      The path of the file responsible for the error.
  • Constructor Details

    • FileException

      public FileException()
    • FileException

      public FileException(Throwable cause)
    • FileException

      public FileException(int error, String path)
    • FileException

      public FileException(int error, String path, Throwable cause)
  • Method Details

    • ice_id

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