Class SearchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.search.SearchException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, ElasticsearchWrapperException
Direct Known Subclasses:
DfsPhaseExecutionException, FetchPhaseExecutionException, QueryPhaseExecutionException, SearchParseException

public class SearchException
extends ElasticsearchException
implements ElasticsearchWrapperException
See Also:
Serialized Form
  • Constructor Details

    • SearchException

      public SearchException​(SearchShardTarget shardTarget, java.lang.String msg)
    • SearchException

      public SearchException​(SearchShardTarget shardTarget, java.lang.String msg, java.lang.Throwable cause)
    • SearchException

      public SearchException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details