public class NoOpTaskActions extends Object implements TaskActions
TaskActions
which is mainly used for tests.Constructor and Description |
---|
NoOpTaskActions() |
Modifier and Type | Method and Description |
---|---|
void |
failExternally(Throwable cause)
Fail the owning task with the given throwable.
|
public void failExternally(Throwable cause)
TaskActions
failExternally
in interface TaskActions
cause
- of the failureCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.