Interface SailPointWorker.ExceptionHandler
- 
- Enclosing class:
 - SailPointWorker
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public static interface SailPointWorker.ExceptionHandler
An interface used as an error callback, specifically for use via the SailPointWorkerExecutor but potentially usable by testing code as well. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleError(Throwable t) 
 - 
 
- 
- 
Method Detail
- 
handleError
void handleError(Throwable t)
 
 - 
 
 -