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, toStringpublic ExitCodeException(int exitCode,
                         String message)
Copyright © 2022 The Apache Software Foundation. All rights reserved.