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.FlinkExceptionClass which indicates a problem when deploying a Flink cluster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterDeploymentException(String message)ClusterDeploymentException(String message, Throwable cause)ClusterDeploymentException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-