Class DocumentMissingException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.engine.EngineException
org.elasticsearch.index.engine.DocumentMissingException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

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

    • DocumentMissingException

      public DocumentMissingException(ShardId shardId,  type,  id)
    • DocumentMissingException

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