Class ClusterRetrieveException

  • All Implemented Interfaces:
    Serializable

    public class ClusterRetrieveException
    extends org.apache.flink.util.FlinkException
    Exception which indicates that a cluster could not be retrieved.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterRetrieveException

        public ClusterRetrieveException​(String message)
      • ClusterRetrieveException

        public ClusterRetrieveException​(Throwable cause)
      • ClusterRetrieveException

        public ClusterRetrieveException​(String message,
                                        Throwable cause)