Class FileNotAvailableException

All Implemented Interfaces:
Serializable, Cloneable

public class FileNotAvailableException extends UserException
This exception is raised if a file is not available.
See Also:
  • Field Details

    • reason

      public String reason
      The reason for the failure.
  • Constructor Details

    • FileNotAvailableException

      public FileNotAvailableException()
    • FileNotAvailableException

      public FileNotAvailableException(Throwable cause)
    • FileNotAvailableException

      public FileNotAvailableException(String reason)
    • FileNotAvailableException

      public FileNotAvailableException(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.