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 Summary
ConstructorsConstructorDescriptionClusterDeploymentException(String message) ClusterDeploymentException(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
-
Constructor Details
-
ClusterDeploymentException
-
ClusterDeploymentException
-
ClusterDeploymentException
-