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.

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

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 Slice type ID of this user exception.
      Specified by:
      ice_id in class UserException
      Returns:
      the Slice type ID