Class TruncatedTranslogException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

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

    • TruncatedTranslogException

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

      public TruncatedTranslogException​(java.lang.String source, java.lang.String details, java.lang.Throwable cause)