public static class ShellUtils.ExitCodeException extends IOException
This is an IOException with exit code added.
Constructor and Description |
---|
ExitCodeException(int exitCode,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExitCodeException(int exitCode, String message)
Copyright © 2022 The Apache Software Foundation. All rights reserved.