Class AlreadySubscribed

All Implemented Interfaces:
Serializable, Cloneable

public class AlreadySubscribed extends UserException
This exception indicates that an attempt was made to subscribe a proxy for which a subscription already exists.
See Also:
  • Constructor Details

    • AlreadySubscribed

      public AlreadySubscribed()
    • AlreadySubscribed

      public AlreadySubscribed(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.