public static class CashFlowResult.Failed
extends CashFlowResult
State indicating the action undertaken failed, either directly (it is not something which requires a state machine), or before a state machine was started.
CashFlowResult.Failed, CashFlowResult.Success
Constructor and Description |
---|
Failed(java.lang.String message)
State indicating the action undertaken failed, either directly (it is not something which requires a
state machine), or before a state machine was started.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
toString() |