Class ExecutionGraphException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.executiongraph.ExecutionGraphException
All Implemented Interfaces:
Serializable

public class ExecutionGraphException extends Exception
Base class for exceptions occurring in the ExecutionGraph.
See Also:
  • Constructor Details

    • ExecutionGraphException

      public ExecutionGraphException(String message)
    • ExecutionGraphException

      public ExecutionGraphException(String message, Throwable cause)
    • ExecutionGraphException

      public ExecutionGraphException(Throwable cause)