Class SchedulerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.api.TableException
-
- org.apache.flink.table.gateway.workflow.scheduler.SchedulerException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class SchedulerException extends TableException
General exception for workflow scheduler related errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchedulerException(String message)
SchedulerException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-