Class IndexPrimaryShardNotAllocatedException

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

public class IndexPrimaryShardNotAllocatedException extends ElasticsearchException
Thrown when some action cannot be performed because the primary shard of some shard group in an index has not been allocated post api action.
See Also:
Serialized Form
  • Constructor Details

    • IndexPrimaryShardNotAllocatedException

      public IndexPrimaryShardNotAllocatedException(StreamInput in) throws
      Throws:
    • IndexPrimaryShardNotAllocatedException

      public IndexPrimaryShardNotAllocatedException(Index index)
  • Method Details