Class WorkflowFailedException

All Implemented Interfaces:
Serializable

public class WorkflowFailedException extends RuntimeException
The Class WorkflowFailedException.
See Also:
  • Constructor Details

    • WorkflowFailedException

      public WorkflowFailedException(String msg, Exception e)
      Instantiates a new workflow failed exception.
      Parameters:
      msg - the msg
      e - the e
    • WorkflowFailedException

      public WorkflowFailedException(String msg)
      Instantiates a new workflow failed exception.
      Parameters:
      msg - the msg