
org.reactivecommons.async.kafka.communications.exceptions.TopicNotFoundException Maven / Gradle / Ivy
package org.reactivecommons.async.kafka.communications.exceptions;
public class TopicNotFoundException extends RuntimeException {
public TopicNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy