public static class FrontendUtils.CommandExecutionException extends Exception
Constructor and Description |
---|
CommandExecutionException(int processExitCode)
Constructs an exception telling what code the command execution
process was exited with.
|
CommandExecutionException(int processExitCode,
String output,
String errorOutput)
Constructs an exception telling what code the command execution
process was exited with and the output that it produced.
|
CommandExecutionException(Throwable cause)
Constructs an exception telling what was the original exception the
command execution process failed with.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandExecutionException(int processExitCode)
processExitCode
- process exit codepublic CommandExecutionException(int processExitCode, String output, String errorOutput)
processExitCode
- process exit codeoutput
- the output from the commanderrorOutput
- the error output from the commandpublic CommandExecutionException(Throwable cause)
cause
- the cause exception of process failure.Copyright © 2024. All rights reserved.