|
|||||||||
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.shard.IllegalIndexShardStateException
org.elasticsearch.index.shard.IndexShardClosedException
org.elasticsearch.index.engine.EngineClosedException
public class EngineClosedException
An engine is already closed.
Note, the relationship between shard and engine indicates that engine closed is shard closed, and we might get something slipping through the the shard and into the engine while the shard is closing.
Constructor Summary | |
---|---|
EngineClosedException(ShardId shardId)
|
|
EngineClosedException(ShardId shardId,
java.lang.Throwable t)
|
Method Summary |
---|
Methods inherited from class org.elasticsearch.index.shard.IllegalIndexShardStateException |
---|
currentState |
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, status, 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 EngineClosedException(ShardId shardId)
public EngineClosedException(ShardId shardId, java.lang.Throwable t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |