Class MissingInternalTopicsException

All Implemented Interfaces:
Serializable

public class MissingInternalTopicsException extends StreamsException
See Also:
  • Constructor Details

    • MissingInternalTopicsException

      public MissingInternalTopicsException(String message, List<String> topics)
      Constructs a new MissingInternalTopicsException.
      Parameters:
      message - The detail message
      topics - the list of missing internal topic names
  • Method Details

    • topics

      public List<String> topics()
      Returns the list of missing internal topics that caused the exception.