public class RethrowHandler extends Object implements FaultHandler
FaultHandler that rethrows all failures (i.e. does not handle any).iteration| Constructor and Description |
|---|
RethrowHandler() |
| 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 © 2018. All Rights Reserved.