Package org.apache.cassandra.io
Class FSReadError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.io.IOError
-
- org.apache.cassandra.io.FSError
-
- org.apache.cassandra.io.FSReadError
-
- All Implemented Interfaces:
java.io.Serializable
public class FSReadError extends FSError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FSReadError(java.lang.Throwable cause, java.io.File path)
FSReadError(java.lang.Throwable cause, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.apache.cassandra.io.FSError
findNested
-
-