Package com.comalatech.workflow
Class WorkflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.comalatech.workflow.WorkflowException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowException()
WorkflowException(java.lang.String s)
WorkflowException(java.lang.String s, java.lang.Throwable throwable)
WorkflowException(java.lang.Throwable throwable)
-