Class NoSuchTopic

All Implemented Interfaces:
Serializable

public class NoSuchTopic extends UserException
The exception that is thrown when attempting to retrieve a topic that does not exist.
See Also:
  • Field Details

    • name

      public String name
      The name of the topic that does not exist.
  • Constructor Details

    • NoSuchTopic

      public NoSuchTopic()
      Constructs a NoSuchTopic.
    • NoSuchTopic

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