Package org.apache.flink.table.workflow
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowException(String message)
WorkflowException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-