Class ShardNotFoundException

All Implemented Interfaces:
, 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,  ex)
    • ShardNotFoundException

      public ShardNotFoundException(ShardId shardId,  msg, ... args)
    • ShardNotFoundException

      public ShardNotFoundException(ShardId shardId,  msg,  ex, ... args)
    • ShardNotFoundException

      public ShardNotFoundException(StreamInput in) throws
      Throws: