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 theJobMaster
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobManagerException(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
-
-