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

io.github.jpmorganchase.fusion.FusionException Maven / Gradle / Ivy

There is a newer version: 0.0.14
Show newest version
package io.github.jpmorganchase.fusion;

public class FusionException extends RuntimeException {
    public FusionException() {
        super();
    }

    public FusionException(String s) {
        super(s);
    }

    public FusionException(String s, Throwable throwable) {
        super(s, throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy