Class IndexShardRestoreFailedException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, 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