Searched refs:CommandFailedException (Results 1 – 2 of 2) sorted by relevance
24 public class CommandFailedException extends RuntimeException { class29 public CommandFailedException(List<String> args, List<String> outputLines) { in CommandFailedException() method in CommandFailedException
140 throw new CommandFailedException(args, outputLines); in gatherOutput()