Class WorkflowException

All Implemented Interfaces:
Serializable

public class WorkflowException extends NgcException
Workflow exception.
See Also:
  • Constructor Details

    • WorkflowException

      public WorkflowException(String message)
      Constructs a new WorkflowException.
      Parameters:
      message - exception message
    • WorkflowException

      public WorkflowException(String message, Exception e)
      Constructs a new WorkflowException.
      Parameters:
      message - exception message
      e - exception cause