Class RegistryNotExistException

All Implemented Interfaces:
Serializable

public class RegistryNotExistException extends UserException
The exception that is thrown when IceGrid does not know a registry with the provided name.
See Also:
  • Field Details

    • name

      public String name
      The registry name.
  • Constructor Details

    • RegistryNotExistException

      public RegistryNotExistException()
      Constructs a RegistryNotExistException.
    • RegistryNotExistException

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