Writeable, ToXContent, ToXContentFragmentpublic class RepositoryVerificationException extends RepositoryException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| Constructor | Description |
|---|---|
RepositoryVerificationException(java.lang.String repository,
java.lang.String msg) |
|
RepositoryVerificationException(java.lang.String repository,
java.lang.String msg,
java.lang.Throwable t) |
|
RepositoryVerificationException(StreamInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
RestStatus |
status() |
Returns the rest status code associated with this exception.
|
addHeader, addHeader, addMetadata, addMetadata, failureFromXContent, fromXContent, generateFailureXContent, generateThrowableXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getHeaders, getId, getIndex, getMetadata, getMetadata, getMetadataKeys, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, metadataToXContent, readException, readStackTrace, setIndex, setIndex, setResources, setShard, toString, toXContent, unwrapCause, writeStackTracesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrepository, writeToaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceisFragmentpublic RepositoryVerificationException(java.lang.String repository,
java.lang.String msg)
public RepositoryVerificationException(java.lang.String repository,
java.lang.String msg,
java.lang.Throwable t)
public RepositoryVerificationException(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchException