All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.wizzie.enricher.model.exceptions.MaxOutputKafkaTopics Maven / Gradle / Ivy

There is a newer version: 0.5.1.1
Show newest version
package io.wizzie.enricher.model.exceptions;

public class MaxOutputKafkaTopics extends PlanBuilderException {
    public MaxOutputKafkaTopics(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy