Class InvalidSnsTopicException

    • Constructor Detail

      • InvalidSnsTopicException

        public InvalidSnsTopicException​(String message)
        Constructs a new InvalidSnsTopicException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setTopic

        public void setTopic​(String topic)
        Parameters:
        topic -
      • getTopic

        public String getTopic()
        Returns:
      • withTopic

        public InvalidSnsTopicException withTopic​(String topic)
        Parameters:
        topic -
        Returns:
        Returns a reference to this object so that method calls can be chained together.