Class RecoverFilesRecoveryException

org.elasticsearch.ElasticsearchException
org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, ElasticsearchWrapperException

public class RecoverFilesRecoveryException extends ElasticsearchException implements ElasticsearchWrapperException
See Also:
Serialized Form
  • Constructor Details

    • RecoverFilesRecoveryException

      public RecoverFilesRecoveryException(ShardId shardId, int numberOfFiles, ByteSizeValue totalFilesSize,  cause)
    • RecoverFilesRecoveryException

      public RecoverFilesRecoveryException(StreamInput in) throws
      Throws:
  • Method Details