com.exasol.adapter.document.documentfetcher.files.TooManyRequestsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtual-schema-common-document-files Show documentation
Show all versions of virtual-schema-common-document-files Show documentation
Adapter for document data access from files.
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;
}