@OpenApiAll
public class ApplicationExitedException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
(package private) byte |
mApplicationExitCode |
Constructor and Description |
---|
ApplicationExitedException(byte applicationExitCode)
Constructs ApplicationExitedException with given exit code.
|
Modifier and Type | Method and Description |
---|---|
byte |
getApplicationExitCode()
Get the exit code.
|