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

com.freenow.sauron.plugins.command.NonZeroExitCodeException Maven / Gradle / Ivy

package com.freenow.sauron.plugins.command;

public class NonZeroExitCodeException extends RuntimeException
{
    NonZeroExitCodeException(String command, String details)
    {
        super("`" + command + "` did finish with non-zero exit code. " + details);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy