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

com.plaid.client.exception.PlaidCommunicationsException Maven / Gradle / Ivy

There is a newer version: 29.0.0
Show newest version
package com.plaid.client.exception;

public class PlaidCommunicationsException extends RuntimeException {

    public PlaidCommunicationsException(String message, Throwable cause) {
        super(message, cause);
    }

    public PlaidCommunicationsException(String message) {
        super(message);
    }

    public PlaidCommunicationsException(Throwable cause) {
        super(cause);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy