public interface FailureNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
notifyFailed(Throwable cause)
Call this method if a failure was encountered.
|
void notifyFailed(Throwable cause)
DeltaFailureException, the program will be failed immediately instead of retried.cause - cause of the failureCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.