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

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

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

import lombok.Builder;

public class KSIgnoredException extends RuntimeException {
    @Builder
    public KSIgnoredException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy