Class TopicExists

All Implemented Interfaces:
Serializable

public class TopicExists extends UserException
The exception that is thrown when attempting 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()
      Constructs a TopicExists.
    • TopicExists

      public TopicExists(String name)
      Constructs a TopicExists with values for all its fields.
      Parameters:
      name - The name of the topic that already exists.
  • 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.