Uses of Interface
com.norconex.jef.exec.IExceptionFilter

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.
 



Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.