Class NoSuchTopic

All Implemented Interfaces:
Serializable, Cloneable

public class NoSuchTopic extends UserException
This exception indicates that an attempt was made 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()
    • NoSuchTopic

      public NoSuchTopic(Throwable cause)
    • NoSuchTopic

      public NoSuchTopic(String name)
    • NoSuchTopic

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