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

com.gocardless.http.GoCardlessNetworkException Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy