Class WorkflowRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.openadmin.server.service.WorkflowRuntimeException
All Implemented Interfaces:
Serializable

public class WorkflowRuntimeException extends RuntimeException
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • WorkflowRuntimeException

      public WorkflowRuntimeException()
    • WorkflowRuntimeException

      public WorkflowRuntimeException(Throwable cause)
    • WorkflowRuntimeException

      public WorkflowRuntimeException(String message)
    • WorkflowRuntimeException

      public WorkflowRuntimeException(String message, Throwable cause)