|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExceptionFilter | |
---|---|
com.norconex.jef.exec | Utility classes related to process/code execution. |
Uses of IExceptionFilter in com.norconex.jef.exec |
---|
Constructors in com.norconex.jef.exec with parameters of type IExceptionFilter | |
---|---|
Rerunner(IExceptionFilter exceptionFilter)
Creates a new instance of Rerunner which will re-run code
triggering exceptions only if the given exception is accepted by
the IExceptionFilter . |
|
Rerunner(IExceptionFilter exceptionFilter,
int maxRerunAttempts)
Creates a new instance of Rerunner which will re-run code
triggering exceptions only if the given exception is accepted by
the IExceptionFilter . |
|
Rerunner(IExceptionFilter exceptionFilter,
int maxRerunAttempts,
long sleepTime)
/** Creates a new instance of Rerunner which will re-run code
triggering exceptions only if the given exception is accepted by
the IExceptionFilter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |