Class ExecutionGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.jobmaster.JobManagerException
org.apache.flink.runtime.jobmaster.ExecutionGraphException
- All Implemented Interfaces:
Serializable
Exceptions thrown by operations on the
ExecutionGraph by the JobMaster.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionGraphException(String message) ExecutionGraphException(String message, Throwable cause) ExecutionGraphException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionGraphException
-
ExecutionGraphException
-
ExecutionGraphException
-