Class IndexPrimaryShardNotAllocatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
All Implemented Interfaces:
java.io.Serializable, 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 java.io.IOException
      Throws:
      java.io.IOException
    • IndexPrimaryShardNotAllocatedException

      public IndexPrimaryShardNotAllocatedException​(Index index)
  • Method Details