Class FileNotAvailableException

All Implemented Interfaces:
Serializable

public class FileNotAvailableException extends UserException
The exception that is thrown when a log file is not available.

Remarks: The Slice compiler generated this exception class from Slice exception ::IceGrid::FileNotAvailableException.

See Also:
  • Field Details

    • reason

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

    • FileNotAvailableException

      public FileNotAvailableException()
      Constructs a FileNotAvailableException.
    • FileNotAvailableException

      public FileNotAvailableException(String reason)
      Constructs a FileNotAvailableException with values for all its fields.
      Parameters:
      reason - The reason for the failure.
  • Method Details

    • ice_id

      public String ice_id()
      Returns the Slice type ID of this user exception.
      Specified by:
      ice_id in class UserException
      Returns:
      the Slice type ID