public class FlowDefinitionConstructionException extends FlowException
Constructor and Description |
---|
FlowDefinitionConstructionException(java.lang.String flowDefinitionId,
java.lang.Throwable cause)
Creates an exception indicating a flow definition could not be constructed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFlowDefinitionId()
Returns the id of the flow definition that could not be constructed.
|
public FlowDefinitionConstructionException(java.lang.String flowDefinitionId, java.lang.Throwable cause)
flowDefinitionId
- the flow definition identifiercause
- the underlying cause of the exception