Class TranslogException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.translog.TranslogException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

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

    • TranslogException

      public TranslogException(ShardId shardId,  msg)
    • TranslogException

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

      public TranslogException(StreamInput in) throws
      Throws: