Class DocumentSourceMissingException

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

public class DocumentSourceMissingException
extends EngineException
See Also:
Serialized Form
  • Constructor Details

    • DocumentSourceMissingException

      public DocumentSourceMissingException​(ShardId shardId, java.lang.String type, java.lang.String id)
    • DocumentSourceMissingException

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