Package io.iworkflow.core.exceptions
Class CommandNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.iworkflow.core.WorkflowDefinitionException
-
- io.iworkflow.core.exceptions.CommandNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandNotFoundException extends WorkflowDefinitionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandNotFoundException(java.lang.String message)
CommandNotFoundException(java.lang.Throwable cause)
-