public class RecoverFilesRecoveryException extends ElasticsearchException implements ElasticsearchWrapperException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
REST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT
EMPTY_PARAMS
Constructor and Description |
---|
RecoverFilesRecoveryException(ShardId shardId,
int numberOfFiles,
ByteSizeValue totalFilesSize,
java.lang.Throwable cause) |
RecoverFilesRecoveryException(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
int |
numberOfFiles() |
ByteSizeValue |
totalFilesSize() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
addHeader, addHeader, causeToXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, readException, readStackTrace, renderException, renderHeader, setIndex, setIndex, setResources, setShard, setShard, status, toString, toXContent, toXContent, unwrapCause, writeStackTraces
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause
public RecoverFilesRecoveryException(ShardId shardId, int numberOfFiles, ByteSizeValue totalFilesSize, java.lang.Throwable cause)
public RecoverFilesRecoveryException(StreamInput in) throws java.io.IOException
java.io.IOException
public int numberOfFiles()
public ByteSizeValue totalFilesSize()
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
writeTo
in interface Writeable
writeTo
in class ElasticsearchException
java.io.IOException