Class EngineCreationFailureException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.engine.EngineException
org.elasticsearch.index.engine.EngineCreationFailureException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class EngineCreationFailureException extends EngineException
An exception indicating that an Engine creation failed.
See Also:
Serialized Form
  • Constructor Details

    • EngineCreationFailureException

      public EngineCreationFailureException(ShardId shardId,  msg,  cause)
    • EngineCreationFailureException

      public EngineCreationFailureException(StreamInput in) throws
      Throws: