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 the ExecutionGraph by the JobMaster.
See Also:
  • Constructor Details

    • ExecutionGraphException

      public ExecutionGraphException(String message)
    • ExecutionGraphException

      public ExecutionGraphException(String message, Throwable cause)
    • ExecutionGraphException

      public ExecutionGraphException(Throwable cause)