public class ExitCodeRetryable
extends java.lang.Object
Constructor and Description |
---|
ExitCodeRetryable(java.lang.Process process)
Creates a new instance of the class for the specified process.
|
Modifier and Type | Method and Description |
---|---|
protected void |
attempt() |
void |
execute(long arg0,
long arg1) |
int |
getExitCode()
The exit code of the process.
|
public ExitCodeRetryable(java.lang.Process process)
process
- The process whose exit code is to be retrieved.protected void attempt() throws org.jodconverter.office.TemporaryException
org.jodconverter.office.TemporaryException
public int getExitCode()
public void execute(long arg0, long arg1) throws java.lang.Exception
java.lang.Exception