io.github.jpmorganchase.fusion.http.ClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fusion-sdk Show documentation
Show all versions of fusion-sdk Show documentation
A Java SDK for the Fusion platform API
package io.github.jpmorganchase.fusion.http;
public class ClientException extends RuntimeException {
public ClientException(String s) {
super(s);
}
public ClientException(String s, Throwable throwable) {
super(s, throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy