
com.gocardless.errors.InvalidApiUsageException Maven / Gradle / Ivy
package com.gocardless.errors;
/**
* Exception thrown when there is an error with the request you made.
*/
public class InvalidApiUsageException extends GoCardlessApiException {
InvalidApiUsageException(ApiErrorResponse error) {
super(error);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy