public class RoutingMissingException extends ElasticsearchException
ElasticsearchException.WithRestHeaders| Constructor and Description |
|---|
RoutingMissingException(String index,
String type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
String |
index() |
RestStatus |
status()
Returns the rest status code associated with this exception.
|
String |
type() |
contains, getDetailedMessage, getMostSpecificCause, getRootCause, unwrapCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String index()
public String type()
public String id()
public RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionCopyright © 2009–2016. All rights reserved.