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

com.yandex.ydb.jdbc.exception.YdbRetryableException Maven / Gradle / Ivy

There is a newer version: 1.45.6
Show newest version
package com.yandex.ydb.jdbc.exception;

import com.yandex.ydb.core.StatusCode;

public class YdbRetryableException extends YdbExecutionStatusException {

    public YdbRetryableException(Object response, StatusCode statusCode) {
        super(response, statusCode);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy