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.

Remarks: The Slice compiler generated this exception class from Slice exception ::IceStorm::NoSuchTopic.

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 Slice type ID of this user exception.
      Specified by:
      ice_id in class UserException
      Returns:
      the Slice type ID