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
public class ExecutionGraphException extends JobManagerException
Exceptions thrown by operations on theExecutionGraph
by theJobMaster
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionGraphException(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
-
-