Class UnavailableShardsException

org.elasticsearch.ElasticsearchException
org.elasticsearch.action.UnavailableShardsException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

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

    • UnavailableShardsException

      public UnavailableShardsException(@Nullable ShardId shardId,  message, ... args)
    • UnavailableShardsException

      public UnavailableShardsException( index, int shardId,  message, ... args)
    • UnavailableShardsException

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