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

tech.ydb.jdbc.exception.YdbResultTruncatedException Maven / Gradle / Ivy

There is a newer version: 2.3.5
Show newest version
package tech.ydb.jdbc.exception;

public class YdbResultTruncatedException extends YdbExecutionException {
    private static final long serialVersionUID = -1887300249465409232L;

    public YdbResultTruncatedException(String reason) {
        super(reason);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy