Package org.apache.cassandra.io.util
Class CorruptFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cassandra.io.util.CorruptFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class CorruptFileException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
filePath
-
Constructor Summary
Constructors Constructor Description CorruptFileException(java.lang.Exception cause, java.lang.String filePath)
-