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, unwrapCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String index()
public String type()
public String id()
public RestStatus status()
ElasticsearchException
status
in class ElasticsearchException
Copyright © 2009–2015. All rights reserved.