public class AcknowledgeException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private int |
exit
The exit code.
|
| Constructor and Description |
|---|
AcknowledgeException(int code) |
AcknowledgeException(String m,
int code) |
| Modifier and Type | Method and Description |
|---|---|
static AcknowledgeException |
fromExitCode(int code) |
int |
getExitCode()
Returns the communication-specific error code of the acknowlege
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AcknowledgeException(int code)
public AcknowledgeException(String m, int code)
public int getExitCode()
public static AcknowledgeException fromExitCode(int code)