Class 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:
    Serialized Form
    • Constructor Detail

      • ClusterDeploymentException

        public ClusterDeploymentException​(String message)
      • ClusterDeploymentException

        public ClusterDeploymentException​(Throwable cause)
      • ClusterDeploymentException

        public ClusterDeploymentException​(String message,
                                          Throwable cause)