Class ClusterDeploymentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.client.deployment.ClusterDeploymentException
All Implemented Interfaces:
Serializable

public class ClusterDeploymentException extends org.apache.flink.util.FlinkException
Class which indicates a problem when deploying a Flink cluster.
See Also:
  • Constructor Details

    • ClusterDeploymentException

      public ClusterDeploymentException(String message)
    • ClusterDeploymentException

      public ClusterDeploymentException(Throwable cause)
    • ClusterDeploymentException

      public ClusterDeploymentException(String message, Throwable cause)