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

com.taosdata.jdbc.tmq.DeserializerException Maven / Gradle / Ivy

package com.taosdata.jdbc.tmq;

public class DeserializerException extends RuntimeException {

    public DeserializerException(String message, Exception e) {
        super(message, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy