Class NoClustersToSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.xpack.esql.session.NoClustersToSearchException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoClustersToSearchException
public NoClustersToSearchException()
-