Package org.apache.flink.client.program
Class ProgramMissingJobException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.client.program.ProgramMissingJobException
-
- All Implemented Interfaces:
Serializable
public class ProgramMissingJobException extends org.apache.flink.util.FlinkExceptionException used to indicate that no job was executed during the invocation of a Flink program.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgramMissingJobException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProgramMissingJobException
public ProgramMissingJobException(String message)
-
-