Class CommitLogSegmentReader.SegmentReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.cassandra.db.commitlog.CommitLogSegmentReader.SegmentReadException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CommitLogSegmentReader
public static class CommitLogSegmentReader.SegmentReadException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
invalidCrc
-
Constructor Summary
Constructors Constructor Description SegmentReadException(java.lang.String msg, boolean invalidCrc)
-