public class ElasticsearchStatusException extends ElasticsearchException
RestStatus
is arbitrary rather than derived. Used, for example, by reindex-from-remote to wrap remote exceptions
that contain a status.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, UNKNOWN_VERSION_ADDED
EMPTY_PARAMS
Constructor and Description |
---|
ElasticsearchStatusException(StreamInput in)
Read from a stream.
|
ElasticsearchStatusException(java.lang.String msg,
RestStatus status,
java.lang.Object... args)
Build the exception without a cause.
|
ElasticsearchStatusException(java.lang.String msg,
RestStatus status,
java.lang.Throwable cause,
java.lang.Object... args)
Build the exception with a specific status and cause.
|
Modifier and Type | Method and Description |
---|---|
RestStatus |
status()
Returns the rest status code associated with this exception.
|
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, toString, toXContent, toXContent, unwrapCause, writeStackTraces
public ElasticsearchStatusException(java.lang.String msg, RestStatus status, java.lang.Throwable cause, java.lang.Object... args)
public ElasticsearchStatusException(java.lang.String msg, RestStatus status, java.lang.Object... args)
public ElasticsearchStatusException(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
writeTo
in interface Writeable
writeTo
in class ElasticsearchException
java.io.IOException
public final RestStatus status()
ElasticsearchException
status
in class ElasticsearchException