Class PulsarClientException.TopicMigrationException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.TopicMigrationException extends PulsarClientException
TopicMigration exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • TopicMigrationException

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