Class FileAccessException

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FileSizeRangeException

public class FileAccessException extends UserException
This exception is raised if a file's contents cannot be read.
See Also:
  • Field Details

    • reason

      public String reason
      An explanation of the reason for the failure.
  • Constructor Details

    • FileAccessException

      public FileAccessException()
    • FileAccessException

      public FileAccessException(Throwable cause)
    • FileAccessException

      public FileAccessException(String reason)
    • FileAccessException

      public FileAccessException(String reason, Throwable cause)
  • Method Details

    • ice_id

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