Class DocumentSourceMissingException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.engine.EngineException
org.elasticsearch.index.engine.DocumentSourceMissingException
All Implemented Interfaces:
, 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,  type,  id)
    • DocumentSourceMissingException

      public DocumentSourceMissingException(StreamInput in) throws
      Throws:
  • Method Details