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

pl.allegro.tech.build.axion.release.domain.scm.ScmException Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.build.axion.release.domain.scm;

public class ScmException extends RuntimeException {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy