public static class ShellUtils.ExitCodeException extends IOException
Constructor and Description |
---|
ExitCodeException(int exitCode,
String message)
Constructs an ExitCodeException.
|
Modifier and Type | Method and Description |
---|---|
int |
getExitCode()
Gets the exit code.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ExitCodeException(int exitCode, String message)
exitCode
- the exit code returns by shellmessage
- the exception messageCopyright © 2023. All Rights Reserved.