io.github.jpmorganchase.fusion.parsing.ParsingException 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.parsing;
public class ParsingException extends RuntimeException {
public ParsingException(String s) {
super(s);
}
public ParsingException(String s, Throwable throwable) {
super(s, throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy