|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticSearchException
org.elasticsearch.index.IndexException
org.elasticsearch.index.shard.IndexShardException
org.elasticsearch.index.engine.EngineException
org.elasticsearch.index.engine.DocumentAlreadyExistsEngineException
public class DocumentAlreadyExistsEngineException
Constructor Summary | |
---|---|
DocumentAlreadyExistsEngineException(ShardId shardId,
java.lang.String type,
java.lang.String id)
|
Method Summary | |
---|---|
RestStatus |
status()
Returns the rest status code associated with this exception. |
Methods inherited from class org.elasticsearch.index.shard.IndexShardException |
---|
shardId |
Methods inherited from class org.elasticsearch.index.IndexException |
---|
index |
Methods inherited from class org.elasticsearch.ElasticSearchException |
---|
contains, getDetailedMessage, getMostSpecificCause, getRootCause, unwrapCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentAlreadyExistsEngineException(ShardId shardId, java.lang.String type, java.lang.String id)
Method Detail |
---|
public RestStatus status()
ElasticSearchException
status
in class ElasticSearchException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |