Class WorkflowDesignerSavingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hybris.backoffice.workflow.designer.persistence.WorkflowDesignerSavingException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowDesignerSavingException extends java.lang.RuntimeExceptionException thrown when couldn't save Workflow Designer's data (the Workflow Template).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowDesignerSavingException(java.lang.Exception e)WorkflowDesignerSavingException(java.lang.String message, java.lang.Throwable cause)
-