Class ClusterEntrypointException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.entrypoint.ClusterEntrypointException
All Implemented Interfaces:
Serializable

public class ClusterEntrypointException extends FlinkException
Exceptions thrown by the ClusterEntrypoint.
See Also:
  • Constructor Details

    • ClusterEntrypointException

      public ClusterEntrypointException(String message)
    • ClusterEntrypointException

      public ClusterEntrypointException(Throwable cause)
    • ClusterEntrypointException

      public ClusterEntrypointException(String message, Throwable cause)