java.io.Serializable, Writeable, ToXContent, ToXContentFragmentpublic class QueryShardException extends ElasticsearchException
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 |
|---|---|
QueryShardException(StreamInput in) |
|
QueryShardException(Index index,
java.lang.String msg,
java.lang.Throwable cause) |
This constructor is provided for use in unit tests where a
QueryShardContext may not be available |
QueryShardException(QueryShardContext context,
java.lang.String msg,
java.lang.Object... args) |
|
QueryShardException(QueryShardContext context,
java.lang.String msg,
java.lang.Throwable cause,
java.lang.Object... args) |
| Modifier and Type | Method | Description |
|---|---|---|
RestStatus |
status() |
Returns the rest status code associated with this exception.
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceisFragmentpublic QueryShardException(QueryShardContext context, java.lang.String msg, java.lang.Object... args)
public QueryShardException(QueryShardContext context, java.lang.String msg, java.lang.Throwable cause, java.lang.Object... args)
public QueryShardException(Index index, java.lang.String msg, java.lang.Throwable cause)
QueryShardContext may not be availablepublic QueryShardException(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
WriteablewriteTo in interface WriteablewriteTo in class ElasticsearchExceptionjava.io.IOException