Class PubSubTopicDoesNotExistException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PubSubTopicDoesNotExistException
    extends PubSubClientRetriableException
    The source or destination topic for the replication request does not exit
    See Also:
    Serialized Form
    • Constructor Detail

      • PubSubTopicDoesNotExistException

        public PubSubTopicDoesNotExistException​(java.lang.String message)
      • PubSubTopicDoesNotExistException

        public PubSubTopicDoesNotExistException​(java.lang.String message,
                                                java.lang.Throwable cause)
      • PubSubTopicDoesNotExistException

        public PubSubTopicDoesNotExistException​(PubSubTopic topic)
      • PubSubTopicDoesNotExistException

        public PubSubTopicDoesNotExistException​(PubSubTopic topic,
                                                java.lang.Throwable cause)