public class DocumentSourceMissingException extends EngineException
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 |
|---|
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, writeTopublic DocumentSourceMissingException(ShardId shardId, java.lang.String type, java.lang.String id)
public DocumentSourceMissingException(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchException