Class RegistryUnreachableException

All Implemented Interfaces:
Serializable, Cloneable

public class RegistryUnreachableException extends UserException
This exception is raised if a registry could not be reached.
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()
    • RegistryUnreachableException

      public RegistryUnreachableException(Throwable cause)
    • RegistryUnreachableException

      public RegistryUnreachableException(String name, String reason)
    • RegistryUnreachableException

      public RegistryUnreachableException(String name, String reason, 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.