Class ReduceSearchPhaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class ReduceSearchPhaseException
extends SearchPhaseExecutionException
A failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).
See Also:
Serialized Form
  • Constructor Details

    • ReduceSearchPhaseException

      public ReduceSearchPhaseException​(java.lang.String phaseName, java.lang.String msg, java.lang.Throwable cause, ShardSearchFailure[] shardFailures)
    • ReduceSearchPhaseException

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