public class RecoveryFailedException extends ElasticsearchException
ElasticsearchException.WithRestHeaders
Constructor and Description |
---|
RecoveryFailedException(RecoveryState state,
String extraInfo,
Throwable cause) |
RecoveryFailedException(ShardId shardId,
DiscoveryNode sourceNode,
DiscoveryNode targetNode,
String extraInfo,
Throwable cause) |
RecoveryFailedException(ShardId shardId,
DiscoveryNode sourceNode,
DiscoveryNode targetNode,
Throwable cause) |
RecoveryFailedException(StartRecoveryRequest request,
String extraInfo,
Throwable cause) |
RecoveryFailedException(StartRecoveryRequest request,
Throwable cause) |
contains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RecoveryFailedException(StartRecoveryRequest request, Throwable cause)
public RecoveryFailedException(StartRecoveryRequest request, @Nullable String extraInfo, Throwable cause)
public RecoveryFailedException(RecoveryState state, @Nullable String extraInfo, Throwable cause)
public RecoveryFailedException(ShardId shardId, DiscoveryNode sourceNode, DiscoveryNode targetNode, Throwable cause)
public RecoveryFailedException(ShardId shardId, DiscoveryNode sourceNode, DiscoveryNode targetNode, @Nullable String extraInfo, Throwable cause)
Copyright © 2009–2015. All rights reserved.