Class ExecutionGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.executiongraph.ExecutionGraphException
- All Implemented Interfaces:
Serializable
Base class for exceptions occurring in the
ExecutionGraph.- 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
-