Class EngineException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.engine.EngineException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
DocumentMissingException, DocumentSourceMissingException, EngineCreationFailureException, FlushFailedEngineException, RecoveryEngineException, RefreshFailedEngineException, VersionConflictEngineException

public class EngineException extends ElasticsearchException
See Also:
Serialized Form
  • Constructor Details

    • EngineException

      public EngineException(ShardId shardId,  msg, ... params)
    • EngineException

      public EngineException(ShardId shardId,  msg,  cause, ... params)
    • EngineException

      public EngineException(StreamInput in) throws
      Throws: