Class WorkflowParsingException

All Implemented Interfaces:
Serializable

public class WorkflowParsingException extends WorkflowException
Exception that is thrown for failing database operations.
See Also:
  • Constructor Details

    • WorkflowParsingException

      public WorkflowParsingException(String message)
      Constructs a new workflow parsing exception with a message.
      Parameters:
      message - the message describing the exception
    • WorkflowParsingException

      public WorkflowParsingException(Throwable cause)
      Constructs a new workflow parsing exception with the throwable causing this exception to be thrown.
      Parameters:
      cause - the cause of this exception