public class ProcessTimeoutException
extends java.lang.Exception
ProcessTools
exceeds a specified time limit. Generally indicates that the results should
not be trusted!| Constructor and Description |
|---|
ProcessTimeoutException(int rc) |
ProcessTimeoutException(int rc,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnCode()
Get the return code from the dying child process.
|