Class UnavailableShardsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.action.UnavailableShardsException
All Implemented Interfaces:
java.io.Serializable, 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, java.lang.String message, java.lang.Object... args)
    • UnavailableShardsException

      public UnavailableShardsException​(java.lang.String index, int shardId, java.lang.String message, java.lang.Object... args)
    • UnavailableShardsException

      public UnavailableShardsException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details