Class FetchPhaseExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.search.SearchException
org.elasticsearch.search.fetch.FetchPhaseExecutionException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, ElasticsearchWrapperException

public class FetchPhaseExecutionException
extends SearchException
See Also:
Serialized Form
  • Constructor Details

    • FetchPhaseExecutionException

      public FetchPhaseExecutionException​(SearchShardTarget shardTarget, java.lang.String msg, java.lang.Throwable t)
    • FetchPhaseExecutionException

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

      public FetchPhaseExecutionException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException