Class ShardLockObtainFailedException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class ShardLockObtainFailedException extends ElasticsearchException
Exception used when the in-memory lock for a shard cannot be obtained
See Also:
Serialized Form
  • Constructor Details

    • ShardLockObtainFailedException

      public ShardLockObtainFailedException(ShardId shardId, String message)
    • ShardLockObtainFailedException

      public ShardLockObtainFailedException(ShardId shardId, String message, Throwable cause)
    • ShardLockObtainFailedException

      public ShardLockObtainFailedException(StreamInput in) throws IOException
      Throws:
      IOException