Class TranslogCorruptedException

All Implemented Interfaces:
Serializable, 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(String source, String details)
    • TranslogCorruptedException

      public TranslogCorruptedException(String source, Throwable cause)
    • TranslogCorruptedException

      public TranslogCorruptedException(String source, String details, Throwable cause)
    • TranslogCorruptedException

      public TranslogCorruptedException(StreamInput in) throws IOException
      Throws:
      IOException