
com.gocardless.http.GoCardlessNetworkException Maven / Gradle / Ivy
package com.gocardless.http;
import com.gocardless.GoCardlessException;
/**
* Exception thrown due to a network error.
*/
public class GoCardlessNetworkException extends GoCardlessException {
GoCardlessNetworkException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy