Class NoClustersToSearchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.xpack.esql.session.NoClustersToSearchException
All Implemented Interfaces:
Serializable

public class NoClustersToSearchException extends RuntimeException
Sentinel exception indicating that logical planning could not find any clusters to search when, for a remote-only cross-cluster search, all clusters have been marked as SKIPPED. Intended for use only on the querying coordinating during ES|QL logical planning.
See Also:
  • Constructor Details

    • NoClustersToSearchException

      public NoClustersToSearchException()