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

com.sgoertzen.sonarbreak.SonarBreakException Maven / Gradle / Ivy

There is a newer version: 1.2.5
Show newest version
package com.sgoertzen.sonarbreak;

public class SonarBreakException extends Exception {
    public SonarBreakException(String s){
        super(s);
    }
    public SonarBreakException(String s, Throwable t){
        super(s, t);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy