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

com.gocardless.errors.RateLimitException Maven / Gradle / Ivy

package com.gocardless.errors;

/**
 * Exception thrown when number of api requests are exceeded configured rate limit.
 */
public class RateLimitException extends InvalidApiUsageException {
    RateLimitException(ApiErrorResponse error) {
        super(error);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy