com.yandex.ydb.examples.basic_example_v1.exceptions.TooManyRetriesException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-examples Show documentation
Show all versions of ydb-sdk-examples Show documentation
Examples of usage Java SDK for Yandex Database (YDB)
package com.yandex.ydb.examples.basic_example_v1.exceptions;
/**
* @author Sergey Polovko
*/
public class TooManyRetriesException extends RuntimeException {
}