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

org.buildobjects.process.StartupException Maven / Gradle / Ivy

There is a newer version: 2.8.2
Show newest version
package org.buildobjects.process;

/**
 * Signals a problem starting an external process (missing binary)
 */
public class StartupException extends RuntimeException {
    public StartupException(String s, Throwable throwable) {
        super(s, throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy