Class WorkflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.BroadleafException
org.broadleafcommerce.core.workflow.WorkflowException
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.exception.RootCauseAccessor
Direct Known Subclasses:
RollbackFailureException

public class WorkflowException extends org.broadleafcommerce.common.exception.BroadleafException
See Also:
  • Constructor Details

    • WorkflowException

      public WorkflowException()
    • WorkflowException

      public WorkflowException(String message, Throwable cause)
    • WorkflowException

      public WorkflowException(String message)
    • WorkflowException

      public WorkflowException(Throwable cause)