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 org.apache.flink.util.FlinkException
Base class for
JobMaster related exceptions.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobMasterException(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
-
Constructor Details
-
JobMasterException
-
JobMasterException
-
JobMasterException
-