Class ApplicationNotExistException

All Implemented Interfaces:
Serializable

public class ApplicationNotExistException extends UserException
The exception that is thrown when IceGrid does not know an application with the provided name.

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

See Also:
  • Field Details

    • name

      public String name
      The name of the application.
  • Constructor Details

    • ApplicationNotExistException

      public ApplicationNotExistException()
      Constructs a ApplicationNotExistException.
    • ApplicationNotExistException

      public ApplicationNotExistException(String name)
      Constructs a ApplicationNotExistException with values for all its fields.
      Parameters:
      name - The name of the application.
  • 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