public class DocumentSourceMissingException extends EngineException
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
EMPTY_PARAMS
Constructor and Description |
---|
DocumentSourceMissingException(ShardId shardId,
java.lang.String type,
java.lang.String id) |
DocumentSourceMissingException(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
RestStatus |
status()
Returns the rest status code associated with this exception.
|
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, writeTo
public DocumentSourceMissingException(ShardId shardId, java.lang.String type, java.lang.String id)
public DocumentSourceMissingException(StreamInput in) throws java.io.IOException
java.io.IOException
public RestStatus status()
ElasticsearchException
status
in class ElasticsearchException