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.
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 type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.