Class ClusterRetrieveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.client.deployment.ClusterRetrieveException
-
- All Implemented Interfaces:
Serializable
public class ClusterRetrieveException extends org.apache.flink.util.FlinkExceptionException which indicates that a cluster could not be retrieved.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterRetrieveException(String message)ClusterRetrieveException(String message, Throwable cause)ClusterRetrieveException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-