Class PubSubTopicDoesNotExistException

All Implemented Interfaces:
Serializable

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

    • PubSubTopicDoesNotExistException

      public PubSubTopicDoesNotExistException(String message)
    • PubSubTopicDoesNotExistException

      public PubSubTopicDoesNotExistException(String message, Throwable cause)
    • PubSubTopicDoesNotExistException

      public PubSubTopicDoesNotExistException(PubSubTopic topic)
    • PubSubTopicDoesNotExistException

      public PubSubTopicDoesNotExistException(PubSubTopic topic, Throwable cause)