Class WorkflowException

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class WorkflowException
    extends org.apache.flink.util.FlinkException
    A workflow-related operation exception to materialized table, including create, suspend, resume, drop workflow operation, etc.
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkflowException

        public WorkflowException​(String message)
      • WorkflowException

        public WorkflowException​(String message,
                                 Throwable cause)