Class RegistryNotExistException

All Implemented Interfaces:
Serializable, Cloneable

public class RegistryNotExistException extends UserException
This exception is raised if a registry does not exist.
See Also:
  • Field Details

    • name

      public String name
      The registry name.
  • Constructor Details

    • RegistryNotExistException

      public RegistryNotExistException()
    • RegistryNotExistException

      public RegistryNotExistException(Throwable cause)
    • RegistryNotExistException

      public RegistryNotExistException(String name)
    • RegistryNotExistException

      public RegistryNotExistException(String name, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.