public class CommandFailedException extends Exception
| Constructor and Description |
|---|
CommandFailedException(Command command,
int exitCode,
String output) |
CommandFailedException(Command command,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exited() |
Command |
getCommand() |
Integer |
getExitCode() |
String |
getOutput() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014-2015 Red Hat. All Rights Reserved.