Class TopicNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.awspring.cloud.sns.core.TopicNotFoundException
All Implemented Interfaces:
Serializable

public class TopicNotFoundException extends RuntimeException
Thrown when TopicsListingTopicArnResolver cannot determine ARN based on topicName.
Since:
3.0.0
Author:
Matej Nedic
See Also:
  • Constructor Details

    • TopicNotFoundException

      public TopicNotFoundException(String message)