Class RegistryUnreachableException

All Implemented Interfaces:
Serializable

public class RegistryUnreachableException extends UserException
The exception that is thrown when IceGrid cannot reach a registry.
See Also:
  • Field Details

    • name

      public String name
      The name of the registry that is not reachable.
    • reason

      public String reason
      The reason why the registry couldn't be reached.
  • Constructor Details

    • RegistryUnreachableException

      public RegistryUnreachableException()
      Constructs a RegistryUnreachableException.
    • RegistryUnreachableException

      public RegistryUnreachableException(String name, String reason)
      Constructs a RegistryUnreachableException with values for all its fields.
      Parameters:
      name - The name of the registry that is not reachable.
      reason - The reason why the registry couldn't be reached.
  • 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.