Class TypeMissingException

org.elasticsearch.ElasticsearchException
org.elasticsearch.indices.TypeMissingException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class TypeMissingException extends ElasticsearchException
See Also:
Serialized Form
  • Constructor Details

    • TypeMissingException

      public TypeMissingException(Index index, ... types)
    • TypeMissingException

      public TypeMissingException(Index index,  cause, ... types)
    • TypeMissingException

      public TypeMissingException( index, ... types)
    • TypeMissingException

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