public class StateMachineCreationException
extends java.lang.RuntimeException
StateMachineFactory when a StateMachine
could not be constructed for some reason.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
StateMachineCreationException(java.lang.String message)
Creates a new instance.
|
StateMachineCreationException(java.lang.String message,
java.lang.Throwable cause)
/**
Creates a new instance.
|
private static final long serialVersionUID
public StateMachineCreationException(java.lang.String message)
message - the message.public StateMachineCreationException(java.lang.String message,
java.lang.Throwable cause)
message - the message.cause - the cause.