Constructs a new exception instance with the specified exit code and a default message.
The exit code returned by the Helm executable or the operating system
Constructs a new exception instance with the specified exit code, standard output and standard error.
The exit code returned by the Helm executable or the operating system
The standard output of the Helm executable
Constructs a new exception instance with the specified exit code, message, stdOut, and stdErr.
The exit code returned by the Helm executable or the operating system
The detail message
The standard output of the Helm executable
Constructs a new exception instance with the specified exit code and cause using the default message.
The exit code returned by the Helm executable or the operating system
The cause
Constructs a new exception instance with the specified exit code, message and cause.
The exit code returned by the Helm executable or the operating system
The detail message
The cause
Returns the exit code returned by the Helm executable or the operating system.
The exit code returned by the Helm executable or the operating system
Returns the standard error of the Helm executable.
The standard error of the Helm executable
Returns the standard output of the Helm executable.
The standard output of the Helm executable
Returns a string representation of the exception.
A string representation of the exception
Exception thrown when the execution of the Helm executable fails.