Class PulsarClientException.TopicTerminatedException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.TopicTerminatedException extends PulsarClientException
Topic terminated exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • TopicTerminatedException

      public TopicTerminatedException(String msg)
      Constructs an TopicTerminatedException with the specified detail message.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • TopicTerminatedException

      public TopicTerminatedException(String msg, long sequenceId)
      Constructs an TopicTerminatedException with the specified detail message.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      sequenceId - The sequenceId of the message