public class QueryShardException extends ElasticsearchException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>REST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| Constructor and Description |
|---|
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) |
QueryShardException(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
innerToXContent(XContentBuilder builder,
ToXContent.Params params)
Renders additional per exception information into the xcontent
|
RestStatus |
status()
Returns the rest status code associated with this exception.
|
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
addHeader, addHeader, causeToXContent, fromXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, isRegistered, readException, readStackTrace, renderException, renderHeader, setIndex, setIndex, setResources, setShard, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTracespublic 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 ElasticsearchExceptionprotected void innerToXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
ElasticsearchExceptioninnerToXContent in class ElasticsearchExceptionjava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
WriteablewriteTo in interface WriteablewriteTo in class ElasticsearchExceptionjava.io.IOException