public class EngineClosedException extends IndexShardClosedException
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.
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsREST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| Constructor and Description |
|---|
EngineClosedException(ShardId shardId) |
EngineClosedException(ShardId shardId,
Throwable t) |
EngineClosedException(StreamInput in) |
currentState, status, writeToaddHeader, addHeader, causeToXContent, contains, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, readException, readStackTrace, renderHeader, renderThrowable, setIndex, setIndex, setResources, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTracesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EngineClosedException(ShardId shardId)
public EngineClosedException(StreamInput in) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.