Class ObserverAlreadyRegisteredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.zeroc.Ice.UserException
com.zeroc.IceGrid.ObserverAlreadyRegisteredException
All Implemented Interfaces:
Serializable

public class ObserverAlreadyRegisteredException extends UserException
The exception that is thrown when an observer is already registered with the registry.
See Also:
  • Field Details

    • id

      public Identity id
      The identity of the observer.
  • Constructor Details

    • ObserverAlreadyRegisteredException

      public ObserverAlreadyRegisteredException()
      Constructs a ObserverAlreadyRegisteredException.
    • ObserverAlreadyRegisteredException

      public ObserverAlreadyRegisteredException(Identity id)
      Constructs a ObserverAlreadyRegisteredException with values for all its fields.
      Parameters:
      id - The identity of the observer.
  • 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.