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

com.trendyol.mpc.kafkathena.commons.model.exception.KSProduceException Maven / Gradle / Ivy

package com.trendyol.mpc.kafkathena.commons.model.exception;

import lombok.Builder;

public class KSProduceException extends RuntimeException {
    @Builder
    public KSProduceException(Throwable cause) {
        super("Erro sending message to kafka", cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy