Class WorkflowCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cmsfacades.exception.WorkflowCreationException
All Implemented Interfaces:
Serializable

public class WorkflowCreationException extends RuntimeException
Exception thrown when a workflow cannot be created successfully.
See Also:
  • Constructor Details

    • WorkflowCreationException

      public WorkflowCreationException(String message, Throwable cause)
    • WorkflowCreationException

      public WorkflowCreationException(String message)
    • WorkflowCreationException

      public WorkflowCreationException(Throwable cause)