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

com.exasol.adapter.document.documentfetcher.files.TooManyRequestsException Maven / Gradle / Ivy

There is a newer version: 8.1.3
Show newest version
package com.exasol.adapter.document.documentfetcher.files;

/**
 * Exception thrown by the iterator returned by {@link RemoteFileFinder} if the source throttled the request.
 */
public class TooManyRequestsException extends RuntimeException {
    private static final long serialVersionUID = 1485753394282586784L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy