Class ObserverAlreadyRegisteredException

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

public class ObserverAlreadyRegisteredException extends UserException
This exception is raised if 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()
    • ObserverAlreadyRegisteredException

      public ObserverAlreadyRegisteredException(Throwable cause)
    • ObserverAlreadyRegisteredException

      public ObserverAlreadyRegisteredException(Identity id)
    • ObserverAlreadyRegisteredException

      public ObserverAlreadyRegisteredException(Identity id, 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.