public class RethrowUnrecoverableHandler extends Object implements FaultHandler
FaultHandler that silently absorbs StreamContingencys
but re-throws all other failures.iteration| Constructor and Description |
|---|
RethrowUnrecoverableHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RuntimeException failure)
Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure.
|
public void handle(RuntimeException failure)
FaultHandlerhandle in interface FaultHandlerfailure - the failureCopyright © 2015. All Rights Reserved.