Class RecoveryFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.indices.recovery.RecoveryFailedException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class RecoveryFailedException
extends ElasticsearchException
See Also:
Serialized Form
  • Constructor Details

    • RecoveryFailedException

      public RecoveryFailedException​(StartRecoveryRequest request, java.lang.Throwable cause)
    • RecoveryFailedException

      public RecoveryFailedException​(StartRecoveryRequest request, @Nullable java.lang.String extraInfo, java.lang.Throwable cause)
    • RecoveryFailedException

      public RecoveryFailedException​(RecoveryState state, @Nullable java.lang.String extraInfo, java.lang.Throwable cause)
    • RecoveryFailedException

      public RecoveryFailedException​(ShardId shardId, DiscoveryNode sourceNode, DiscoveryNode targetNode, @Nullable java.lang.String extraInfo, java.lang.Throwable cause)
    • RecoveryFailedException

      public RecoveryFailedException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException