Class WorkflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.table.workflow.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:
  • Constructor Details

    • WorkflowException

      public WorkflowException(String message)
    • WorkflowException

      public WorkflowException(String message, Throwable cause)