类 UnknownPhysicalPlanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.seatunnel.engine.server.dag.physical.UnknownPhysicalPlanException
-
- 所有已实现的接口:
Serializable
public class UnknownPhysicalPlanException extends RuntimeException
This error will be reported when encountering a physical plan that does not work properly- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 UnknownPhysicalPlanException()UnknownPhysicalPlanException(String message)
-
方法概要
-
-
-
构造器详细资料
-
UnknownPhysicalPlanException
public UnknownPhysicalPlanException()
-
UnknownPhysicalPlanException
public UnknownPhysicalPlanException(String message)
-
-