public class RecoveryFailedException extends ElasticsearchException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsREST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| 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) |
RecoveryFailedException(StreamInput in) |
addHeader, addHeader, causeToXContent, contains, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, readException, readStackTrace, renderHeader, renderThrowable, setIndex, setIndex, setResources, setShard, status, toString, toXContent, toXContent, unwrapCause, writeStackTraces, writeToaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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)
public RecoveryFailedException(StreamInput in) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.