Class JobManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.jobmaster.JobManagerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionGraphException
public class JobManagerException
extends org.apache.flink.util.FlinkException
Base exception thrown by the
JobMaster.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobManagerException(String message) JobManagerException(String message, Throwable cause) JobManagerException(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
-
JobManagerException
-
JobManagerException
-
JobManagerException
-