public class ExitCodeRetryable extends Object
| Constructor and Description |
|---|
ExitCodeRetryable(org.jodconverter.office.VerboseProcess 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) |
void |
execute(long arg0,
long arg1,
long arg2) |
int |
getExitCode()
The exit code of the process.
|
public ExitCodeRetryable(org.jodconverter.office.VerboseProcess process)
process - The process whose exit code is to be retrieved.protected void attempt()
throws org.jodconverter.office.TemporaryException
org.jodconverter.office.TemporaryExceptionpublic int getExitCode()
public void execute(long arg0,
long arg1)
throws org.jodconverter.office.RetryTimeoutException,
T extends Throwable
org.jodconverter.office.RetryTimeoutExceptionT extends Throwable