Class ShardNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class ShardNotFoundException
extends ResourceNotFoundException
See Also:
Serialized Form
  • Constructor Details

    • ShardNotFoundException

      public ShardNotFoundException​(ShardId shardId)
    • ShardNotFoundException

      public ShardNotFoundException​(ShardId shardId, java.lang.Throwable ex)
    • ShardNotFoundException

      public ShardNotFoundException​(ShardId shardId, java.lang.String msg, java.lang.Object... args)
    • ShardNotFoundException

      public ShardNotFoundException​(ShardId shardId, java.lang.String msg, java.lang.Throwable ex, java.lang.Object... args)
    • ShardNotFoundException

      public ShardNotFoundException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException