Class EngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.index.engine.EngineException
All Implemented Interfaces:
java.io.Serializable, Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
DocumentMissingException, DocumentSourceMissingException, EngineCreationFailureException, FlushFailedEngineException, RecoveryEngineException, RefreshFailedEngineException, SnapshotFailedEngineException, VersionConflictEngineException

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

    • EngineException

      public EngineException​(ShardId shardId, java.lang.String msg, java.lang.Object... params)
    • EngineException

      public EngineException​(ShardId shardId, java.lang.String msg, java.lang.Throwable cause, java.lang.Object... params)
    • EngineException

      public EngineException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException