public class NoSuchFlowDefinitionException extends FlowException
| Constructor and Description |
|---|
NoSuchFlowDefinitionException(java.lang.String flowDefinitionId)
Creates an exception indicating a flow definition could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFlowDefinitionId()
Returns the id of the flow definition that could not be found.
|