Class TranslogCorruptedException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.translog.TranslogCorruptedException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
TruncatedTranslogException

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

    • TranslogCorruptedException

      public TranslogCorruptedException( source,  details)
    • TranslogCorruptedException

      public TranslogCorruptedException( source,  cause)
    • TranslogCorruptedException

      public TranslogCorruptedException( source,  details,  cause)
    • TranslogCorruptedException

      public TranslogCorruptedException(StreamInput in) throws
      Throws: