Class IndexShardRestoreFailedException

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

public class IndexShardRestoreFailedException extends IndexShardRestoreException
Thrown when restore of a shard fails
See Also:
  • Constructor Details

    • IndexShardRestoreFailedException

      public IndexShardRestoreFailedException(ShardId shardId, String msg)
    • IndexShardRestoreFailedException

      public IndexShardRestoreFailedException(ShardId shardId, String msg, Throwable cause)
    • IndexShardRestoreFailedException

      public IndexShardRestoreFailedException(StreamInput in) throws IOException
      Throws:
      IOException