- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActivityTaskException, ChildWorkflowException, LambdaFunctionException, SignalExternalWorkflowException, TimerException
public abstract class DecisionException
extends RuntimeException
Exception used to communicate failure during fulfillment of a decision sent
to SWF. This exception and all its subclasses are expected to be thrown by
the framework. The only reason its constructor is public is so allow unit
tests that throw it.
- See Also:
- Serialized Form