Class JobMasterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.jobmaster.JobMasterException
-
- All Implemented Interfaces:
Serializable
public class JobMasterException extends FlinkException
Base class forJobMaster
related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobMasterException(String message)
JobMasterException(String message, Throwable cause)
JobMasterException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-