- All Implemented Interfaces:
- PersistentFSM.Reason, java.io.Serializable, scala.Equals, scala.Product
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,D,E>
public static final class PersistentFSM.Failure
extends java.lang.Object
implements PersistentFSM.Reason, scala.Product, scala.Serializable
Signifies that the FSM
is shutting itself down because of
an error, e.g. if the state to transition into does not exist. You can use
this to communicate a more precise cause to the onTermination
block.
- See Also:
- Serialized Form