public class SearchException extends ElasticsearchException implements ElasticsearchWrapperException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
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 |
---|
SearchException(SearchShardTarget shardTarget,
String msg) |
SearchException(SearchShardTarget shardTarget,
String msg,
Throwable cause) |
SearchException(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
shard() |
void |
writeTo(StreamOutput out) |
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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause
public SearchException(SearchShardTarget shardTarget, String msg)
public SearchException(SearchShardTarget shardTarget, String msg, Throwable cause)
public SearchException(StreamInput in) throws IOException
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in class ElasticsearchException
IOException
public SearchShardTarget shard()
Copyright © 2009–2017. All rights reserved.