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

hudson.tasks.junit.AbortException Maven / Gradle / Ivy

package hudson.tasks.junit;

/**
 * Used to signal an orderly abort of the processing.
 */
class AbortException extends RuntimeException {
    public AbortException(String msg) {
        super(msg);
    }

    private static final long serialVersionUID = 1L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy