Class TopicExists

All Implemented Interfaces:
Serializable, Cloneable

public class TopicExists extends UserException
This exception indicates that an attempt was made to create a topic that already exists.
See Also:
  • Field Details

    • name

      public String name
      The name of the topic that already exists.
  • Constructor Details

    • TopicExists

      public TopicExists()
    • TopicExists

      public TopicExists(Throwable cause)
    • TopicExists

      public TopicExists(String name)
    • TopicExists

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